mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
fix(docker): add shared-error-tracking package to all 15 web Dockerfiles
The browser error tracking hooks.client.ts added earlier requires the shared-error-tracking package to be copied and built in the Docker image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
31b84bbcf4
commit
073c216652
15 changed files with 60 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ COPY packages/shared-icons ./packages/shared-icons
|
|||
COPY packages/shared-tailwind ./packages/shared-tailwind
|
||||
COPY packages/shared-theme ./packages/shared-theme
|
||||
COPY packages/shared-utils ./packages/shared-utils
|
||||
COPY packages/shared-error-tracking ./packages/shared-error-tracking
|
||||
COPY packages/shared-vite-config ./packages/shared-vite-config
|
||||
COPY packages/shared-api-client ./packages/shared-api-client
|
||||
|
||||
|
|
@ -46,6 +47,9 @@ RUN pnpm build
|
|||
WORKDIR /app/packages/shared-auth
|
||||
RUN pnpm build || true
|
||||
|
||||
WORKDIR /app/packages/shared-error-tracking
|
||||
RUN pnpm build
|
||||
|
||||
# Build the web app
|
||||
WORKDIR /app/apps/skilltree/apps/web
|
||||
RUN pnpm exec svelte-kit sync
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue