We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Simple Docker image for serving static files with lighttpd (local development). A little bit more configurable than Python's SimpleHTTPServer.
Building:
docker build -t lighttpd .
Running:
docker run --rm -ti -v $(pwd):/var/www lighttpd