chore: update script for build docker (#33261)

This commit is contained in:
Stephen Zhou
2026-03-11 11:42:19 +08:00
committed by GitHub
parent 904289bb1d
commit 0fad13370c

View File

@@ -35,7 +35,7 @@ COPY --from=packages /app/web/ .
COPY . .
ENV NODE_OPTIONS="--max-old-space-size=4096"
RUN pnpm build:docker
RUN pnpm build
# production stage