fix(calendar): add shared-pwa package to web Dockerfile

vite.config.ts imports @manacore/shared-pwa for PWA config.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-20 16:40:24 +01:00
parent 58bdf984bc
commit 98d1d1cc90

View file

@ -42,6 +42,7 @@ COPY packages/shared-splitscreen ./packages/shared-splitscreen
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 packages/shared-pwa ./packages/shared-pwa
# Copy patches (referenced by pnpm-lock.yaml)
COPY patches ./patches