Files
dokku/tests/apps/ruby/app.json

12 lines
171 B
JSON
Raw Permalink Normal View History

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