mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 19:39:40 +02:00
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:
parent
81f77c424c
commit
b3490833fa
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue