This commit is contained in:
hailin 2025-04-05 20:53:37 +08:00
parent 8283865bc7
commit 6993366815
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
RUN pnpm turbo run build --filter=apps/blogai
# 切换到子项目目录,单独安装生产依赖
WORKDIR /app
WORKDIR /app/apps/blogai/
RUN pnpm install --prod --no-frozen-lockfile --prefer-offline
# --- 第二阶段:生产环境运行阶段 ---