Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 399 Bytes

static-web-server

Tiny (I mean very tiny) static web server Docker image. Based on the excellent lwan.

Docker Image Size (latest by date)

Build

docker build -t static-web-server .

Start server

docker run --rm -p 8080:8080 -v ~/www-data:/srv static-web-server