static-webserver-docker/README.md

11 lines
428 B
Markdown
Raw Permalink Normal View History

2022-02-08 10:41:30 +01:00
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/`.