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

12 lines
173 B
JSON

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