添加pnpm支持

This commit is contained in:
bjdgyc
2023-04-18 16:52:14 +08:00
parent 150fff328f
commit 43de8148a0
9 changed files with 35 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ RUN yarn install \
&& ls /web/ui
# server
FROM golang:1.18-alpine as builder_golang
FROM golang:1.19-alpine as builder_golang
#TODO 本地打包时使用镜像
ENV GOPROXY=https://goproxy.io
ENV GOOS=linux