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:
Till JS 2026-03-20 16:38:47 +01:00
parent a1836407b1
commit 58bdf984bc

View file

@ -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