更新 dockerfile
CI/CD / build (push) Failing after 7s Details

This commit is contained in:
zhaojun 2026-01-09 15:26:04 +08:00
parent 50ffed2899
commit ee668c0b5d
1 changed files with 1 additions and 2 deletions

View File

@ -19,9 +19,8 @@ COPY apps ./apps
# 使用 pnpm 安装依赖
RUN pnpm install
# 先构建所有
# 只构建需要构建的
RUN pnpm --filter @deotaland/ui build
RUN pnpm --filter @deotaland/utils...
# 构建应用
RUN pnpm run build