mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 00:01:10 +02:00
The base image referenced packages/shared-subscription-types and packages/shared-subscription-ui, which were consolidated into packages/subscriptions a while back and no longer exist on disk. `build-app.sh --base` therefore failed every time with: failed to compute cache key: "/packages/shared-subscription-ui": not found That latent failure was harmless until today: the CSP fix for WebLLM in @mana/shared-utils never made it into the live mana-web container because shared-utils lives inside sveltekit-base:local (not COPYed by the per-app Dockerfile), and rebuilding the base was impossible. With the stale lines removed the base image rebuilds, picks up the current shared-utils, and downstream apps inherit the fixed CSP automatically. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| alert-notifier | ||
| alertmanager | ||
| blackbox | ||
| grafana | ||
| init-db | ||
| loki | ||
| nginx | ||
| postgres | ||
| prometheus | ||
| promtail | ||
| shared | ||
| templates | ||
| Dockerfile.hono-server | ||
| Dockerfile.sveltekit-base | ||