4eb972c703
Release overrides the entrypoint.
11 lines
246 B
JSON
11 lines
246 B
JSON
{
|
|
"name": "gitea",
|
|
"description": "Gitea is a painless self-hosted Git service.",
|
|
"repository": "https://gitlab.com/autonomic-cooperative/gitea-dokku",
|
|
"scripts": {
|
|
"dokku": {
|
|
"postdeploy": "bash /app/postdeploy.sh"
|
|
}
|
|
}
|
|
}
|