feat(FN-4655): complete Step 3 — add Docker build changeset

Fusion-Task-Id: FN-4655
Fusion-Task-Lineage: acc30c83-6090-444e-a0de-6c30ca5ac887
This commit is contained in:
Fusion
2026-05-15 12:17:27 -07:00
committed by gsxdsm
parent 1f1b1d756b
commit 6bb243199f

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix Dockerfile workspace manifest copying to match the current monorepo layout by removing the stale `packages/tui` reference and including plugin/package manifests required for `pnpm install --frozen-lockfile` during image builds. This restores successful `docker build .` behavior without changing runtime features.