构建镜像

This commit is contained in:
Rzy 2024-06-20 16:21:35 +08:00
parent 34d7db41ee
commit 9affd2c854
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM registry.cn-chengdu.aliyuncs.com/go_ls/go-zero:v1 AS builder
LABEL stage=gobuilder
ENV CGO_ENABLED 0
ENV CGO_ENABLED 1
ENV GOPROXY https://goproxy.cn,direct
WORKDIR /src