mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 12:06:42 +02:00
fix(docker): regenerate Dockerfiles for consolidated packages
The package consolidation (feedback, help, subscription, credits) renamed packages but Dockerfiles still referenced old names. Ran scripts/generate-dockerfiles.mjs to update all 16 web app Dockerfiles with correct COPY statements. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
abf2353c66
commit
9643c9bb3d
16 changed files with 90 additions and 68 deletions
|
|
@ -20,12 +20,16 @@ COPY pnpm-lock.yaml ./
|
|||
|
||||
# --- AUTO-GENERATED COPY STATEMENTS (do not edit manually) ---
|
||||
COPY patches/ ./patches/
|
||||
COPY packages/feedback ./packages/feedback
|
||||
COPY packages/help ./packages/help
|
||||
COPY packages/shared-auth ./packages/shared-auth
|
||||
COPY packages/shared-branding ./packages/shared-branding
|
||||
COPY packages/shared-error-tracking ./packages/shared-error-tracking
|
||||
COPY packages/shared-i18n ./packages/shared-i18n
|
||||
COPY packages/shared-icons ./packages/shared-icons
|
||||
COPY packages/shared-pwa ./packages/shared-pwa
|
||||
COPY packages/shared-stores ./packages/shared-stores
|
||||
COPY packages/shared-tags ./packages/shared-tags
|
||||
COPY packages/shared-tailwind ./packages/shared-tailwind
|
||||
COPY packages/shared-theme ./packages/shared-theme
|
||||
COPY packages/shared-ui ./packages/shared-ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue