1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

fix:Dockerfile增加代理源

This commit is contained in:
daofeng2015 2020-11-28 23:24:24 +08:00
parent 33d64b6e27
commit b93df0250d

View File

@ -2,6 +2,7 @@ FROM golang:1.15.5-alpine AS builder
RUN go env -w GO111MODULE=auto \
&& go env -w CGO_ENABLED=0 \
&& go env -w GOPROXY=https://goproxy.cn,direct \
&& mkdir /build
WORKDIR /build