Files
athens/.sail/Dockerfile
Brian Falk df82bbc0f3 Add support for Sail development environments (#1248)
* initial sail Dockerfile

* host mount the module download cache so it's preserved over restarts

* expose port 3000

* add some basic docs
2019-08-05 13:26:16 -07:00

8 lines
109 B
Docker

FROM codercom/ubuntu-dev-go
ENV GO111MODULE=on
LABEL share.go_mod="~/go/pkg/mod:~/go/pkg/mod"
EXPOSE 3000