mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:41:09 +02:00
fix(docker): drop packages/shared-config (deleted) from sveltekit-base
Fourth stale package COPY in three days. The pattern is unfortunately predictable: package gets removed in a parallel cleanup commit, the Dockerfile.sveltekit-base entry stays behind, nobody notices because nobody runs the base build manually anymore. Then is_base_image_stale fires the next time something in packages/ changes and the build falls over. Long-term: add a pre-flight check to build-app.sh that validates every COPY-referenced path actually exists before kicking off Docker. Failing fast is much friendlier than failing 30 seconds into a Docker layer. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
526d92f41c
commit
4423c03573
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ COPY packages/qr-export ./packages/qr-export
|
|||
COPY packages/shared-auth ./packages/shared-auth
|
||||
COPY packages/shared-auth-ui ./packages/shared-auth-ui
|
||||
COPY packages/shared-branding ./packages/shared-branding
|
||||
COPY packages/shared-config ./packages/shared-config
|
||||
# packages/shared-config was removed; its COPY line is gone too.
|
||||
COPY packages/shared-error-tracking ./packages/shared-error-tracking
|
||||
COPY packages/feedback ./packages/feedback
|
||||
COPY packages/help ./packages/help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue