Skip to content

Commit 5aa71f9

Browse files
committed
fix: unuse proxy in dockerfile
Signed-off-by: jiuxia211 <2064166368@qq.com>
1 parent 63847dd commit 5aa71f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG SERVICE
77
ENV TZ=Asia/Shanghai
88
ENV GO111MODULE=on
99
ENV CGO_ENABLED=0
10-
ENV GOPROXY=https://goproxy.cn,direct
10+
# ENV GOPROXY=https://goproxy.cn,direct
1111
ENV GOOS=linux
1212
ENV GOARCH=amd64
1313
# 创建工作目录

0 commit comments

Comments
 (0)