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:
Till JS 2026-03-26 11:46:48 +01:00
parent 46eaea63da
commit 259a5c9ff9

View file

@ -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