mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 04:41:09 +02:00
fix(auth): copy patches dir in Dockerfile to fix pnpm install
pnpm resolves patch references from root package.json even for partial workspace installs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2c21f6c2bc
commit
baf96cbe03
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ WORKDIR /app
|
|||
COPY pnpm-workspace.yaml ./
|
||||
COPY package.json ./
|
||||
COPY pnpm-lock.yaml ./
|
||||
COPY patches/ ./patches/
|
||||
|
||||
# Copy shared packages (required dependencies)
|
||||
COPY packages/shared-storage ./packages/shared-storage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue