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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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