mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
* initial sail Dockerfile * host mount the module download cache so it's preserved over restarts * expose port 3000 * add some basic docs
8 lines
109 B
Docker
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
|