sgreben / http-file-server

tiny portable HTTP file server. single binary, no dependencies. linux, osx, windows. #golang
MIT License
214 stars 40 forks source link

Dockerize the project! #14

Open Cobular opened 1 year ago

Cobular commented 1 year ago

Hey! I've gone and dockerized the binary, as well as provided a docker compose to demonstrate how to run it. Right now, it just mounts in a directory to serve into /mount. You can also pass in any env var, like that one UPLOAD one!