mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-28 03:57:43 +02:00
fix(mana-web): drop deleted quotes/content module from Dockerfile
Some checks are pending
CD Mac Mini / Detect Changes (push) Waiting to run
CD Mac Mini / Deploy (push) Blocked by required conditions
CI / Detect Changes (push) Waiting to run
CI / Validate (push) Waiting to run
CI / Build mana-search (push) Blocked by required conditions
CI / Build mana-sync (push) Blocked by required conditions
CI / Build mana-api-gateway (push) Blocked by required conditions
CI / Build mana-crawler (push) Blocked by required conditions
Docker Validate / Validate Dockerfiles (push) Waiting to run
Docker Validate / Build calendar-web (push) Blocked by required conditions
Docker Validate / Build quotes-web (push) Blocked by required conditions
Docker Validate / Build todo-backend (push) Blocked by required conditions
Docker Validate / Build todo-web (push) Blocked by required conditions
Docker Validate / Build mana-auth (push) Blocked by required conditions
Docker Validate / Build mana-sync (push) Blocked by required conditions
Docker Validate / Build mana-media (push) Blocked by required conditions
Mirror to Forgejo / Push to Forgejo (push) Waiting to run
Some checks are pending
CD Mac Mini / Detect Changes (push) Waiting to run
CD Mac Mini / Deploy (push) Blocked by required conditions
CI / Detect Changes (push) Waiting to run
CI / Validate (push) Waiting to run
CI / Build mana-search (push) Blocked by required conditions
CI / Build mana-sync (push) Blocked by required conditions
CI / Build mana-api-gateway (push) Blocked by required conditions
CI / Build mana-crawler (push) Blocked by required conditions
Docker Validate / Validate Dockerfiles (push) Waiting to run
Docker Validate / Build calendar-web (push) Blocked by required conditions
Docker Validate / Build quotes-web (push) Blocked by required conditions
Docker Validate / Build todo-backend (push) Blocked by required conditions
Docker Validate / Build todo-web (push) Blocked by required conditions
Docker Validate / Build mana-auth (push) Blocked by required conditions
Docker Validate / Build mana-sync (push) Blocked by required conditions
Docker Validate / Build mana-media (push) Blocked by required conditions
Mirror to Forgejo / Push to Forgejo (push) Waiting to run
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) <noreply@anthropic.com>
This commit is contained in:
parent
bcb4df0979
commit
7db881b026
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue