fix: config
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 57s

This commit is contained in:
luo
2026-07-29 11:13:54 +08:00
parent e85d54683f
commit 181ba47375
2 changed files with 1 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ RUN apk add --no-cache git
COPY . .
# 使用 development 环境构建 H5
RUN pnpm run build:h5 --mode development
RUN pnpm run build:h5 --mode default
# ================================
# 阶段 2: 运行阶段