fix(calendar): add shared-splitscreen to Dockerfile

The calendar web app imports @manacore/shared-splitscreen but it was
missing from the Docker build context, causing the build to fail.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2025-12-12 13:25:42 +01:00
parent 81f77c424c
commit b3490833fa

View file

@ -37,6 +37,7 @@ COPY packages/shared-profile-ui ./packages/shared-profile-ui
COPY packages/shared-ui ./packages/shared-ui
COPY packages/shared-utils ./packages/shared-utils
COPY packages/shared-tags ./packages/shared-tags
COPY packages/shared-splitscreen ./packages/shared-splitscreen
# Copy calendar packages and web
COPY apps/calendar/packages ./apps/calendar/packages