Files
dokku/tests/apps/python/app-cnb.json

22 lines
392 B
JSON
Raw Normal View History

{
"healthchecks": {
"web": [
{
"attempts": 2,
"content": "python/http.server",
"name": "check-1",
"path": "/",
"timeout": 5,
"type": "startup",
"wait": 2
}
]
},
"scripts": {
"dokku": {
"postdeploy": "touch /workspace/postdeploy.test",
"predeploy": "touch /workspace/predeploy.test"
}
}
}