Skip to content

Commit

Permalink
Merge pull request #89 from 884980336/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
gwuhaolin committed Apr 15, 2020
2 parents c04c62a + 211b694 commit d13b5da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 . .
Expand Down

0 comments on commit d13b5da

Please sign in to comment.