fix(docker): add missing pnpm-workspace.yaml COPY in deps and runner stages

Without pnpm-workspace.yaml, pnpm install --frozen-lockfile can't discover
the apps/api workspace member, causing "Already up to date" and tsc not found.

Also removes stale packages/* entry from pnpm-workspace.yaml (no packages/
directory exists in the dev branch).

Fixes: GRO-1231

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-14 16:50:52 +00:00
committed by Flea Flicker [agent]
parent db10320c8f
commit 2d4df6fe1e
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -1,3 +1,2 @@
packages:
- "apps/*"
- "packages/*"