-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
The runner does not set the container CMD any more. Instead it populates the container with an execute script (in the squonk work directory) and expects the container to run this automatically. This is achieved by relying on CMD being set to ./execute and the WORKDIR being set to the location of the execute script.
Change the container to...
- Provide a helpful (default)
executescript in the home directory - Ensure
WORKDIRis set to the execute script's directory CMDis set to./execute
Metadata
Metadata
Assignees
Labels
No labels