go-http-file-server icon indicating copy to clipboard operation
go-http-file-server copied to clipboard

Added dockerization

Open karak1974 opened this issue 2 years ago • 1 comments

Added Dockerfile and docker-compose.yml. If you run it by defaults get the content from ./static/ and runs on port 8088.

karak1974 avatar Oct 27 '23 08:10 karak1974

The docker file is here: https://github.com/mjpclab/go-http-file-server/blob/main/build/build-docker-image-dockerfile

And its' build script is: https://github.com/mjpclab/go-http-file-server/blob/main/build/build-docker-image.sh

I think in most case you could use https://hub.docker.com/r/mjpclab/ghfs (upload/mkdir/archive is not enabled by default).

marjune163 avatar Oct 27 '23 12:10 marjune163