We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b3cf0 commit 5a2be6aCopy full SHA for 5a2be6a
dev.Dockerfile
@@ -13,8 +13,8 @@ COPY . .
13
#RUN go env -w GO111MODULE=on && go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/,direct
14
RUN go env -w GO111MODULE=on && go env -w GOPROXY=https://goproxy.cn,direct
15
16
-RUN curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
17
-RUN go mod download
+#RUN curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
+RUN go mod tidy
18
# go构建可执行文件
19
#RUN go build .
20
0 commit comments