mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:01:08 +02:00
fix(docker): add content package build step in zitare Dockerfile
This commit is contained in:
parent
45ebfea59d
commit
53f90ce87f
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ COPY apps/zitare/apps/web ./apps/zitare/apps/web
|
|||
RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store \
|
||||
pnpm install --no-frozen-lockfile --ignore-scripts
|
||||
|
||||
# Build app-specific packages (e.g. content with dist/ output)
|
||||
RUN cd /app/apps/zitare/packages/content && pnpm build || true
|
||||
WORKDIR /app/apps/zitare/apps/web
|
||||
RUN pnpm exec svelte-kit sync
|
||||
RUN NODE_OPTIONS="--max-old-space-size=4096" pnpm build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue