Witch (HTTP server) docker file.
git clone https://github.com/mauricelambert/WitchContainer.git
docker build . -t witch:latest
docker run -d -p 8000:8000 witch:latestdocker run --rm -it -p 8000:8000 mauricelambert/witch:latest bashcurl 127.0.0.1:8000Licensed under the GPL, version 3.