hosting/act-runner/entrypoint.sh

8 lines
78 B
Bash
Raw Normal View History

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