mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:21:10 +02:00
fix(calendar): add patches dir to web Dockerfile
pnpm install fails without the patches directory since the lockfile references react-native-reanimated patch. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a1836407b1
commit
58bdf984bc
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ COPY packages/shared-vite-config ./packages/shared-vite-config
|
|||
COPY packages/shared-api-client ./packages/shared-api-client
|
||||
COPY packages/shared-stores ./packages/shared-stores
|
||||
|
||||
# Copy patches (referenced by pnpm-lock.yaml)
|
||||
COPY patches ./patches
|
||||
|
||||
# Copy calendar packages and web
|
||||
COPY apps/calendar/packages ./apps/calendar/packages
|
||||
COPY apps/calendar/apps/web ./apps/calendar/apps/web
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue