mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 01:09:40 +02:00
fix(todo): add missing shared-app-onboarding to Dockerfile
The onboarding package was imported in the layout but not copied into the Docker build context, causing production builds to fail. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
71b9339310
commit
9747e10d68
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ COPY packages/shared-vite-config ./packages/shared-vite-config
|
|||
COPY packages/shared-api-client ./packages/shared-api-client
|
||||
COPY packages/shared-stores ./packages/shared-stores
|
||||
COPY packages/shared-pwa ./packages/shared-pwa
|
||||
COPY packages/shared-app-onboarding ./packages/shared-app-onboarding
|
||||
COPY packages/spiral-db ./packages/spiral-db
|
||||
|
||||
# Copy todo packages and web
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue