Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yisier committed Jun 2, 2023
1 parent 59a7a4e commit b96555f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.npc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:1.15 as builder
ENV GOPROXY=https://proxy.golang.org,direct
ENV GOPROXY=https://goproxy.cn,direct
WORKDIR /go/src/ehang.io/nps
COPY . .
RUN go get -d -v ./...
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.nps
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:1.15 as builder
ENV GOPROXY=https://proxy.golang.org,direct
ENV GOPROXY=https://goproxy.cn,direct
WORKDIR /go/src/ehang.io/nps
COPY . .
RUN go get -d -v ./...
Expand Down

0 comments on commit b96555f

Please sign in to comment.