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:
Till JS 2026-04-09 12:43:17 +02:00
parent 526d92f41c
commit 4423c03573

View file

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