构建镜像

This commit is contained in:
Rzy 2024-06-20 16:23:39 +08:00
parent 1154d06387
commit 05395ccd09
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 LABEL stage=gobuilder
ENV CGO_ENABLED 1 ENV CGO_ENABLED 0
ENV GOPROXY https://goproxy.cn,direct ENV GOPROXY https://goproxy.cn,direct
WORKDIR /src WORKDIR /src