managarten/apps/manadeck/apps
Wuesteon a87e1389cf 🐛 fix(docker): fix manadeck backend Dockerfile to use pnpm
Changes:
- Replace npm with pnpm for workspace dependency support
- Copy workspace files (pnpm-workspace.yaml, package.json, pnpm-lock.yaml)
- Copy and build shared package dependencies:
  - @manacore/shared-errors
  - @manacore/manadeck-database
  - @mana-core/nestjs-integration
- Use pnpm install --frozen-lockfile
- Update base image to node:20-alpine
- Use dumb-init for proper signal handling

This fixes the "Unsupported URL Type 'workspace:'" error that was
preventing Docker builds. The new approach matches the pattern used
by the chat backend Dockerfile.

Fixes build error in CI/CD pipeline.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 02:43:58 +01:00
..
backend 🐛 fix(docker): fix manadeck backend Dockerfile to use pnpm 2025-12-04 02:43:58 +01:00
landing fixes 2025-12-04 00:51:40 +01:00
mobile improve code quality 2025-12-03 23:42:37 +01:00
web 🎨 style: fix Prettier formatting issues 2025-12-04 01:05:10 +01:00