hosting/act-runner/entrypoint.sh
David Boreham 2f53306b32 Changes to make double-nested containerization work (#74)
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Reviewed-on: #74
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-01-11 14:17:11 +00:00

8 lines
78 B
Bash
Executable File

#!/bin/bash
# Start docker
start-docker.sh
# Execute specified command
"$@"