static-webserver-docker/README.md

11 lines
428 B
Markdown

Static Webserver
================================
Static Webserver is a simple docker (base) image for serving static content.
Its based on [this](https://lipanski.com/posts/smallest-docker-image-static-website) blog article by Florin Lipan.
The resultung image is only `186 KB` + size of the static content.
Usage
--------------------------------
Use this image as base image and copy all static content to `/home/static/`.