mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:01:08 +02:00
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:
parent
76ae64a4d6
commit
7fe4662dbc
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue