This commit is contained in:
hailin 2025-04-05 19:32:47 +08:00
parent a47c65fd3c
commit 4ec323c08c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
COPY . . COPY . .
# 编译 Next.js 应用 # 编译 Next.js 应用
RUN pnpm run build RUN pnpm turbo run build --filter=apps/blogai
# --- 第二阶段:生产环境运行阶段 --- # --- 第二阶段:生产环境运行阶段 ---
FROM node:18-slim AS runner FROM node:18-slim AS runner