A simple webserver handling GET and HEAD Requests running in a Docker Container serving directories and static files from a user-specified directory. Server was tested with browser and Postman.
In order to run this container you'll need docker and docker compose installed.
- Add directory/files to project folder
- Run the Container and set the root directory with
ROOTDIR=directory docker-compose up
- Explore files by sending requests to
localhost:8080/path
This project is licensed under the MIT License - see the LICENSE.md file for details.