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

12 lines
170 B
JSON

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