FROM golang:alpine VOLUME /go ENV GOPATH /go ENV GOPROXY https://modules.fromouter.space ENV GO111MODULE=on WORKDIR /app ENTRYPOINT go run .