fix: remove stale COPY line for deleted run-multi-gateways.sh #59
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/remove-stale-copy"
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?
Follow-up to #58. The merge of the simplified s6 approach left a stale
COPY run-multi-gateways.shline in the Dockerfile, even though the script was deleted. This causes a build failure:Removes the orphaned COPY line. No other changes.