Browse Source

Update Dockerfile

pull/89/head
刚刚怎么了 5 years ago committed by GitHub
parent
commit
211b694429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile

1
Dockerfile

@ -1,5 +1,6 @@ @@ -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 . .

Loading…
Cancel
Save