mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 08:41:10 +02:00
fix(zitare): add spiral-db build step to web Dockerfile
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
46eaea63da
commit
259a5c9ff9
1 changed files with 3 additions and 0 deletions
|
|
@ -68,6 +68,9 @@ RUN pnpm build
|
|||
WORKDIR /app/packages/shared-pwa
|
||||
RUN pnpm build
|
||||
|
||||
WORKDIR /app/packages/spiral-db
|
||||
RUN pnpm build || true
|
||||
|
||||
# Build zitare content package
|
||||
WORKDIR /app/apps/zitare/packages/content
|
||||
RUN pnpm build || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue