Skip to content

Commit

Permalink
remove golang proxy of cn
Browse files Browse the repository at this point in the history
  • Loading branch information
ColorfulDick committed Dec 9, 2024
1 parent 6b579ff commit 6bc6d21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.build-and-run
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ RUN ARCH=$(uname -m) && \

COPY . .

#配置国内源并进行构建
#配置golang编译环境并进行构建
RUN go env -w GO111MODULE=on && \
go env -w GOPROXY=https://goproxy.cn,direct && \
make build-web && \
make

Expand Down

0 comments on commit 6bc6d21

Please sign in to comment.