fix(manacore/web): add app-specific packages to Dockerfile for production build

The unified app depends on @calc/shared, @clock/shared, and @zitare/content
which live under apps/*/packages/ and aren't included in the sveltekit-base image.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-01 21:55:20 +02:00
parent 76ae64a4d6
commit 7fe4662dbc

View file

@ -11,6 +11,9 @@ ENV MIDDLEWARE_URL=$MIDDLEWARE_URL
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
RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store \
pnpm install --no-frozen-lockfile --ignore-scripts