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

Merged
groombook-engineer[bot] merged 1 commits from flea-flicker/gro-1231-pnpm-workspace-dockerfile into dev 2026-05-14 17:10:26 +00:00

1 Commits

Author SHA1 Message Date
Chris Farhood 2d4df6fe1e 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>
2026-05-14 16:50:52 +00:00