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

This commit is contained in:
luo
2026-07-29 11:00:01 +08:00
parent 81f2724a2b
commit e85d54683f

View File

@@ -27,8 +27,8 @@ RUN apk add --no-cache git
# 复制源代码
COPY . .
# 构建 H5 生产版本
RUN pnpm run build:h5
# 使用 development 环境构建 H5
RUN pnpm run build:h5 --mode development
# ================================
# 阶段 2: 运行阶段