fix: add pnpm-workspace.yaml to Dockerfile and remove stale packages/* ref

- Copy pnpm-workspace.yaml in deps stage so pnpm can resolve workspace packages
- Remove packages/* from pnpm-workspace.yaml as it no longer exists post-extraction

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