Files
dokku/tests/apps/python-flask/app.json
2023-10-15 00:22:24 -04:00

12 lines
171 B
JSON

{
"healthchecks": {
"web": [
{
"content": "python/flask",
"name": "check-1",
"path": "/",
"type": "startup"
}
]
}
}