chore(docker): remove GOPROXY

remove GOPROXY

Signed-off-by: mritd <mritd@linux.com>
pull/549/head
mritd 5 years ago
parent adce5a4354
commit 0115b7c347
No known key found for this signature in database
GPG Key ID: 98C41327E6D3E645

@ -14,7 +14,6 @@ RUN set -ex \
FROM golang:1.15.0-alpine3.12 AS be-builder FROM golang:1.15.0-alpine3.12 AS be-builder
ENV GO111MODULE on ENV GO111MODULE on
ENV GOPROXY https://goproxy.cn
COPY . /go/src/github.com/HFO4/cloudreve COPY . /go/src/github.com/HFO4/cloudreve
COPY --from=fe-builder /assets/build/ /go/src/github.com/HFO4/cloudreve/assets/build/ COPY --from=fe-builder /assets/build/ /go/src/github.com/HFO4/cloudreve/assets/build/

Loading…
Cancel
Save