hosting/act-runner/entrypoint.sh

8 lines
78 B
Bash

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