Commit 032aac50 authored by chenhan wang's avatar chenhan wang
Browse files

feat: golang env goproxy

parent 1d55188b
...@@ -4,7 +4,9 @@ FROM golang:1.19.13-alpine3.18 AS go-builder ...@@ -4,7 +4,9 @@ FROM golang:1.19.13-alpine3.18 AS go-builder
ENV \ ENV \
GO111MODULE=on \ GO111MODULE=on \
CGO_ENABLED=0 CGO_ENABLED=0 \
GOPROXY=https://goproxy.cn,direct
WORKDIR /home/pastebin WORKDIR /home/pastebin
COPY ./ backend/ COPY ./ backend/
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment