10000 Update Dockerfile · invisiblecoder99/livego@211b694 · GitHub
[go: up one dir, main page]

Skip to content

Commit 211b694

Browse files
author
刚刚怎么了
authored
Update Dockerfile
1 parent c04c62a commit 211b694

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM golang:latest as builder
22
WORKDIR /app
3+
ENV GOPROXY https://goproxy.io
34
COPY go.mod go.sum ./
45
RUN go mod download
56
COPY . .

0 commit comments

Comments
 (0)
0