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:
Till JS 2026-03-23 11:37:49 +01:00
parent 71b9339310
commit 9747e10d68

View file

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