A really minimal HTTP Server image for static files written in GO
The image has the coming soon template and can be customized by setting the environment variables:
e.g.
docker run -p 8080:8080 -e TITLE=soon -e "MESSAGE=Keep In Touch" byjg/static-httpserver
docker run -p 8080:8080 -v /path/to/local/html:/static byjg/static-httpserver:tiny
Dockerfile
FROM byjg/static-httpserver:tiny
COPY /path/to/html /static