This commit is contained in:
13121765685 2026-01-20 17:15:40 +08:00
parent 2a992810fe
commit 84e2f1dbfe
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ COPY apps ./apps
RUN pnpm install RUN pnpm install
# 先构建需要构建的包 # 先构建需要构建的包
RUN pnpm --filter @deotaland/ui build # RUN pnpm --filter @deotaland/ui build
# 构建应用 # 构建应用
RUN pnpm run build RUN pnpm run build