mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 09:21:09 +02:00
fix(storage): add shared-pwa package to web Dockerfile
Build fails because @manacore/shared-pwa is imported in vite.config.ts but not copied into the Docker build context. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
287bbed86e
commit
a4e41ee1ed
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ COPY packages/shared-types ./packages/shared-types
|
|||
COPY packages/shared-ui ./packages/shared-ui
|
||||
COPY packages/shared-utils ./packages/shared-utils
|
||||
COPY packages/shared-vite-config ./packages/shared-vite-config
|
||||
COPY packages/shared-pwa ./packages/shared-pwa
|
||||
|
||||
# Copy storage web
|
||||
COPY apps/storage/apps/web ./apps/storage/apps/web
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue