fix: add turbo config for build
Some checks failed
Deploy to Production / deploy (push) Has been cancelled

This commit is contained in:
你的用户名
2025-11-04 20:52:48 +08:00
parent 2da4df2fac
commit 773eeff7f4
2 changed files with 51 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ WORKDIR /app
RUN npm install -g pnpm@9
# 复制package文件
COPY package.json pnpm-workspace.yaml ./
COPY package.json pnpm-workspace.yaml turbo.json ./
COPY apps ./apps
COPY packages ./packages
COPY internal ./internal