Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
goalongway committed Aug 16, 2024
1 parent d819004 commit 5d6a25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serv/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:latest as builder
ARG GOPROXY=https://goproxy.cn
#ARG GOPROXY=https://goproxy.cn
COPY . /src
RUN apt-get update && \
cd /src/serv && \
Expand Down

0 comments on commit 5d6a25a

Please sign in to comment.