This commit is contained in:
parent
a47c65fd3c
commit
4ec323c08c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue