Skip to content

Commit

Permalink
docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzhang committed Dec 17, 2019
1 parent 23e5752 commit ace343f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/SimpleWeb/DOCKERFILE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang

ENV GO111MODULE=on
ENV CGO_ENABLED 0
ENV GOPROXY https://goproxy.cn
ENV GOPROXY https://goproxy.cn,direct

RUN mkdir -p /root/gopath
RUN mkdir -p /root/gopath/src
Expand Down

0 comments on commit ace343f

Please sign in to comment.