fix(docker): add local-llm package to Docker build context

Add @manacore/local-llm to both sveltekit-base and manacore web
Dockerfile so pnpm can resolve the workspace dependency.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-02 12:07:36 +02:00
parent 82516e9ba3
commit 78e726ce1b
2 changed files with 2 additions and 0 deletions

View file

@ -66,6 +66,7 @@ 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
# Install dependencies (shared packages only - app deps added later)
RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store \