{ "sh": { "run": { "engine": "docker", "entry": "main.sh", "steps": [ { "box": "alpine", "command": ["sh", "main.sh"] } ] } } }