mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:41:09 +02:00
fix(docker): remove deleted subscriptions pkg + add shared-ai to sveltekit-base
packages/subscriptions was deleted in the credits-merge cleanup; the COPY line in the base Dockerfile broke every subsequent --no-cache build. Also adds packages/shared-ai which was missing (webapp depends on it since the Multi-Agent Workbench rollout). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9dd2c64de2
commit
484761e475
1 changed files with 1 additions and 1 deletions
|
|
@ -62,12 +62,12 @@ COPY packages/shared-hono ./packages/shared-hono
|
|||
COPY packages/shared-logger ./packages/shared-logger
|
||||
COPY packages/shared-storage ./packages/shared-storage
|
||||
COPY packages/shared-landing-ui ./packages/shared-landing-ui
|
||||
COPY packages/subscriptions ./packages/subscriptions
|
||||
COPY packages/credits ./packages/credits
|
||||
COPY packages/spiral-db ./packages/spiral-db
|
||||
COPY packages/wallpaper-generator ./packages/wallpaper-generator
|
||||
COPY packages/local-llm ./packages/local-llm
|
||||
COPY packages/shared-llm ./packages/shared-llm
|
||||
COPY packages/shared-ai ./packages/shared-ai
|
||||
|
||||
# Install dependencies (shared packages only - app deps added later)
|
||||
RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue