Install turbo via npm in Docker pruner stage; pin pnpm; add .dockerignore

Fixkamo-signer-monorepo
Shipped
June 7, 2026 at 9:19 PM UTC
Author
Kamo
Commit
5a866f7

The pruner stage ran `pnpm add -g turbo` before any package.json existed, so corepack grabbed pnpm 11 and failed with "global bin directory /pnpm/bin not in PATH". Switch to `npm install -g turbo` (canonical Turborepo-docker approach) and pin pnpm@9.15.4 in the base stage so the frozen install matches the lockfile.

All changes

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing