mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 11:49:41 +02:00
fix(citycorners): build shared-pwa package in web Dockerfile
The shared-pwa package was missing from the Dockerfile build steps, causing the web container build to fail on esbuild resolution. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d8886346ad
commit
5833b05a8f
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ RUN pnpm build || true
|
|||
WORKDIR /app/packages/shared-error-tracking
|
||||
RUN pnpm build
|
||||
|
||||
WORKDIR /app/packages/shared-pwa
|
||||
RUN pnpm build
|
||||
|
||||
# Build the web app
|
||||
WORKDIR /app/apps/citycorners/apps/web
|
||||
RUN pnpm exec svelte-kit sync
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue