10000
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 c04c62a commit 211b694Copy full SHA for 211b694
Dockerfile
@@ -1,5 +1,6 @@
1
FROM golang:latest as builder
2
WORKDIR /app
3
+ENV GOPROXY https://goproxy.io
4
COPY go.mod go.sum ./
5
RUN go mod download
6
COPY . .
0 commit comments