fix(docker): COPY lib/ into agent-runner image (M19 runner-push-guard) #50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/M19-dockerfile-copy-lib"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Incident fix. PR #47 added
lib/docs-audit-push.ts+ a top-level import of it inbin/run-one-job.ts, but the Dockerfile neverCOPYslib/. After a rebake the fleet cannot loadrun-one-job.tsfor ANY job-kind (Cannot find module ../lib/docs-audit-push.ts). This addsCOPY lib/ ./lib/. Verified:lib/present in build context; import pathbin/ -> ../lib.🤖 Discovered during M19 fase-4 DEEL-1 rebake.