otto 2 months ago
parent
commit
af161223d5
  1. 4
      Dockerfile

4
Dockerfile

@ -8,8 +8,8 @@ WORKDIR /src
RUN export GIT_TERMINAL_PROMPT=1
RUN git config --global url."git.gz.internal.jumaiyx.cn:222".insteadof "https://git.gz.internal.jumaiyx.cn/"
export GOPROXY="https://mirrors.aliyun.com/goproxy/"
RUN go env -w GOINSECURE="git.gz.internal.jumaiyx.cn"
RUN go env -w GOPROXY="https://mirrors.aliyun.com/goproxy/"
RUN go env -w GOINSECURE="git.gz.internal.jumaiyx.cn"
RUN go env -w GOPRIVATE="git.gz.internal.jumaiyx.cn/"
RUN go env -w GONOSUMDB="git.gz.internal.jumaiyx.cn/"
RUN go env -w GONOPROXY="git.gz.internal.jumaiyx.cn/"

Loading…
Cancel
Save