Browse Source

Merge pull request #89 from 884980336/patch-1

Update Dockerfile
pull/90/head
浩麟 5 years ago committed by GitHub
parent
commit
d13b5da9ac
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