From 7db881b02678622f95d6423cd2b668ba6745562b Mon Sep 17 00:00:00 2001 From: Till JS Date: Tue, 26 May 2026 15:28:08 +0200 Subject: [PATCH] fix(mana-web): drop deleted quotes/content module from Dockerfile The quotes module was removed in the 2026-05-19 decommission but its COPY + build steps lingered in apps/mana/apps/web/Dockerfile, breaking every mana-web rebuild since ("/apps/quotes/packages/content": not found at the COPY stage). The web app no longer imports the package. This unblocks the umami-removal deploy. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/mana/apps/web/Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/mana/apps/web/Dockerfile b/apps/mana/apps/web/Dockerfile index 13af85e3a..e76c3bca6 100644 --- a/apps/mana/apps/web/Dockerfile +++ b/apps/mana/apps/web/Dockerfile @@ -12,7 +12,6 @@ ENV PUBLIC_SYNC_SERVER_URL=$PUBLIC_SYNC_SERVER_URL COPY apps/mana/apps/web ./apps/mana/apps/web COPY apps/calc/packages/shared ./apps/calc/packages/shared -COPY apps/quotes/packages/content ./apps/quotes/packages/content COPY packages/shared-uload ./packages/shared-uload COPY packages/local-llm ./packages/local-llm COPY packages/local-stt ./packages/local-stt @@ -25,10 +24,6 @@ COPY packages/website-blocks ./packages/website-blocks RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store \ pnpm install --no-frozen-lockfile --ignore-scripts -# Build dependencies that need compilation -WORKDIR /app/apps/quotes/packages/content -RUN pnpm build - WORKDIR /app/apps/mana/apps/web RUN pnpm exec svelte-kit sync # Build heap was bumped 4096→8192 after the unified app grew past the