This commit is contained in:
hailin 2025-04-07 14:55:32 +08:00
parent 1e46457b1d
commit f760310342
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@
RUN pnpm install --no-frozen-lockfile --prefer-offline
# 编译子项目 apps/blogai
RUN pnpm turbo run build --filter=apps/blogai
WORKDIR /app/apps/blogai
RUN pnpm run build
# 切换到子项目目录,单独安装生产依赖
WORKDIR /app/apps/blogai/