mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
27 lines
622 B
JSON
27 lines
622 B
JSON
{
|
|
"buildpacks": [
|
|
{
|
|
"url": "https://github.com/heroku/heroku-buildpack-go"
|
|
}
|
|
],
|
|
"description": "Used in dokku's test suite",
|
|
"healthchecks": {
|
|
"web": [
|
|
{
|
|
"content": "go",
|
|
"name": "check-1",
|
|
"path": "/",
|
|
"type": "startup"
|
|
}
|
|
]
|
|
},
|
|
"logo": "https://raw.githubusercontent.com/dokku/dokku/master/docs/assets/dokku.png",
|
|
"name": "Sample go app",
|
|
"repository": "https://github.com/dokku/dokku",
|
|
"scripts": {
|
|
"dokku": {
|
|
"predeploy": "touch /app/predeploy.test \u0026\u0026 ls -la /app"
|
|
}
|
|
},
|
|
"website": "https://dokku.com/docs/"
|
|
} |