mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 18:19:39 +02:00
fix(matrix): add patches dir to Dockerfile for pnpm install
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0f93496364
commit
c1d390b7ec
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ WORKDIR /app
|
|||
COPY pnpm-workspace.yaml ./
|
||||
COPY package.json ./
|
||||
COPY pnpm-lock.yaml ./
|
||||
COPY patches ./patches
|
||||
|
||||
# Copy shared packages needed by matrix web
|
||||
COPY packages/shared-auth ./packages/shared-auth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue