fix: use Qiniu Go mirror proxy in Dockerfile for China region
This commit is contained in:
@@ -2,6 +2,7 @@ FROM golang:1.24-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY go.mod go.sum ./
|
||||
ENV GOPROXY=https://goproxy.cn,direct
|
||||
RUN go mod download
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user