feat(FN-4655): complete Step 5 — document Docker workspace manifest requirement

Fusion-Task-Id: FN-4655
Fusion-Task-Lineage: acc30c83-6090-444e-a0de-6c30ca5ac887
This commit is contained in:
Fusion
2026-05-15 12:23:49 -07:00
committed by gsxdsm
parent a988eb4394
commit 5ed1a5d8d5

View File

@@ -91,3 +91,4 @@ docker run --rm \
- The container runs as the non-root `node` user.
- `git` must be available in the project volume for worktree operations (`.git` metadata and repository history are required).
- The root `Dockerfile` installs with `pnpm install --frozen-lockfile` before copying full source, so every workspace package/plugin manifest in `pnpm-workspace.yaml` must have a corresponding `COPY <path>/package.json` line in the builder stage.