diff --git a/Dockerfile b/Dockerfile index 7e1c04c..2b810a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,6 @@ FROM golang:1.17 AS builder ADD . /app/ WORKDIR /app/ -ENV GOPROXY=https://goproxy.cn,direct RUN go mod tidy RUN go build -o standard-sample-go-web ./cmd