🐛修复bug
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# 打包前端
|
||||
FROM node:18-alpine as build-stage
|
||||
|
||||
WORKDIR front
|
||||
@@ -10,6 +11,7 @@ RUN npm config set registry https://registry.npmmirror.com
|
||||
RUN pnpm install
|
||||
RUN pnpm build
|
||||
|
||||
# 前后端集成打包
|
||||
FROM golang:alpine as build
|
||||
|
||||
RUN apk add upx
|
||||
|
Reference in New Issue
Block a user