mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:01:09 +02:00
fix(docker): remove stale clock/packages/shared COPY from mana-web Dockerfile
Clock was archived/consolidated into Times but the Dockerfile still referenced its shared package, breaking the Docker build. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
8f5727fd51
commit
3fa7073597
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ ENV PUBLIC_SYNC_SERVER_URL=$PUBLIC_SYNC_SERVER_URL
|
|||
|
||||
COPY apps/manacore/apps/web ./apps/manacore/apps/web
|
||||
COPY apps/calc/packages/shared ./apps/calc/packages/shared
|
||||
COPY apps/clock/packages/shared ./apps/clock/packages/shared
|
||||
COPY apps/zitare/packages/content ./apps/zitare/packages/content
|
||||
COPY packages/shared-uload ./packages/shared-uload
|
||||
COPY packages/local-llm ./packages/local-llm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue