BUG修复

This commit is contained in:
2026-05-22 00:39:55 +08:00
parent ee9e079a5d
commit 069fe0cc99
2 changed files with 4 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ COPY packages/ui/ packages/ui/
COPY app/ app/
# 构建 Next.js 应用
ENV NODE_OPTIONS=--max-old-space-size=2048
RUN pnpm --filter panda-wiki-app build
# ============================================