codapi/configs/commands/sh.json

13 lines
214 B
JSON
Raw Normal View History

2023-12-04 19:53:50 +00:00
{
"run": {
"engine": "docker",
"entry": "main.sh",
"steps": [
{
"box": "alpine",
"command": ["sh", "main.sh"]
}
]
}
}