Files
codapi/configs/commands/sh.json
2023-12-05 00:53:50 +05:00

13 lines
214 B
JSON

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