Files
codapi/commands.json
2023-11-25 04:02:45 +05:00

15 lines
272 B
JSON

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