1_general_forum/clevercloud/python.json

8 lines
117 B
JSON
Raw Normal View History

{
"runtime": "3.13",
"deploy": {
"build": "pip install -r requirements.txt",
"start": "./start.sh"
}
}