构建镜像
This commit is contained in:
parent
1154d06387
commit
05395ccd09
|
@ -2,7 +2,7 @@ FROM registry.cn-chengdu.aliyuncs.com/go_ls/go-zero:v1 AS builder
|
|||
|
||||
LABEL stage=gobuilder
|
||||
|
||||
ENV CGO_ENABLED 1
|
||||
ENV CGO_ENABLED 0
|
||||
ENV GOPROXY https://goproxy.cn,direct
|
||||
WORKDIR /src
|
||||
|
||||
|
|
Loading…
Reference in New Issue