We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a399aca commit c822da8Copy full SHA for c822da8
Dockerfile
@@ -3,7 +3,8 @@ FROM golang:1.19 AS builder
3
COPY . /src
4
WORKDIR /src
5
6
-RUN GOPROXY=https://goproxy.cn make build
+ENV GOPROXY https://goproxy.cn
7
+RUN go mod tidy && make build
8
9
FROM debian:stable-slim
10
0 commit comments