Skip to content

Commit

Permalink
chore: remove goproxy in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotxx committed Oct 20, 2021
1 parent 62dce9f commit 5b9939a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5b9939a

Please sign in to comment.