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

This commit is contained in:
luo
2026-07-03 10:22:43 +08:00
parent 8cb820c9f9
commit 6b6cc4ca9f

View File

@@ -24,8 +24,8 @@ RUN pnpm install --frozen-lockfile
# 复制源代码 # 复制源代码
COPY . . COPY . .
# 构建 H5 生产版本 # 构建 H5 测试版本
RUN pnpm build:h5-prod RUN pnpm build:h5
# ================================ # ================================
# 阶段 2: 运行阶段 # 阶段 2: 运行阶段