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

12 lines
174 B
JSON
Raw Permalink Normal View History

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