emikulic / darkhttpd

When you need a web server in a hurry.
https://unix4lyfe.org/darkhttpd/
ISC License
1.05k stars 87 forks source link

Dockerize #3

Closed miles-po closed 3 years ago

miles-po commented 3 years ago

Add static build option to Makefile and create Dockerfile to run it. Users could simply map the containers /var/www/htdocs directory or copy files directly to the container using standard Docker image extension.

emikulic commented 3 years ago

Nice, thanks!