fix(api/docker): drop pnpm deploy --legacy flag #23

Merged
admin-mrrm merged 1 commit from fix/dockerfile-deploy-flag into main 2026-04-16 00:16:07 +02:00
Owner

--legacy is a pnpm 10+ option; the monorepo pins pnpm 9.15.0 so the flag is unknown and the api Docker build fails at the deploy step. Dropping it lets pnpm 9 use its default deploy behavior, which already produces the flat runtime tree we want.

`--legacy` is a pnpm 10+ option; the monorepo pins pnpm 9.15.0 so the flag is unknown and the api Docker build fails at the deploy step. Dropping it lets pnpm 9 use its default deploy behavior, which already produces the flat runtime tree we want.
fix(api/docker): drop pnpm deploy --legacy flag (pnpm 10+ only)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
7fc937888d
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
admin-mrrm/mrrmlabapp!23
No description provided.