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

12 lines
161 B
JSON

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