Lightweight server for static content
121
This is a lightweight server for static content written in go. It accepts the following environment variables:
publicThe default working directory of the server is at /home/server. Example for serving the content at /home/server/www on port 8081:
docker run -it -v /host/directory:/home/server/www -e PUBLISH=www -e PORT=8081 -p 8081:8081 matipan/static-server:latest
Content type
Image
Digest
Size
4.6 MB
Last updated
about 7 years ago
docker pull matipan/static-server:0.1.0