go-http-file-server
go-http-file-server copied to clipboard
Added dockerization
Added Dockerfile and docker-compose.yml.
If you run it by defaults get the content from ./static/ and runs on port 8088.
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).