diff --git a/Dockerfile b/Dockerfile index ed646709..b2132f96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM golang:latest as builder WORKDIR /app +ENV GOPROXY https://goproxy.io COPY go.mod go.sum ./ RUN go mod download COPY . .