Open petzsch opened 5 years ago
Thanks for this! Nice X-mas present 😀
Will add this to the wiki.
I think, now need to install dep
instead of glide
, right?
cd $GOPATH/src/github.com/flashmob/go-guerrilla
go get -u github.com/golang/dep/cmd/dep
dep ensure
?
I thought it would be cool to have a Dockerfile for this project.
I've rudimentarily made one. Perhaps someone can find it useful and make a more generic version of it for general use? Just leaving this here as a snippet.
The docker image assumes that you have a volume mounted under /config/ which you use to store your configuration file and perhaps ssl/tls certs.