fix: remove stale COPY line for deleted run-multi-gateways.sh #59

Merged
gortium merged 1 commits from fix/remove-stale-copy into master 2026-07-08 02:34:54 +00:00
Collaborator

Follow-up to #58. The merge of the simplified s6 approach left a stale COPY run-multi-gateways.sh line in the Dockerfile, even though the script was deleted. This causes a build failure:

COPY --chmod=0755 run-multi-gateways.sh /usr/local/bin/run-multi-gateways.sh
→ failed to compute cache key: "/run-multi-gateways.sh": not found

Removes the orphaned COPY line. No other changes.

Follow-up to #58. The merge of the simplified s6 approach left a stale `COPY run-multi-gateways.sh` line in the Dockerfile, even though the script was deleted. This causes a build failure: ``` COPY --chmod=0755 run-multi-gateways.sh /usr/local/bin/run-multi-gateways.sh → failed to compute cache key: "/run-multi-gateways.sh": not found ``` Removes the orphaned COPY line. No other changes.
Hermes added 1 commit 2026-07-08 02:33:49 +00:00
fix: remove stale COPY line for deleted run-multi-gateways.sh
Some checks failed
Build Hermes agent / build (pull_request) Has been cancelled
48c4c1b232
gortium merged commit bbbdb92583 into master 2026-07-08 02:34:54 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gortium/compose#59
No description provided.