service-nextcloud/app.json
Glenn Y. Rolland 6c7dd1db0d
All checks were successful
continuous-integration/drone/push Build is passing
feat: Add support for app.json
2023-02-21 15:18:36 +01:00

8 lines
151 B
JSON

{
"scripts": {
"dokku": {
"postdeploy": "pwd && occ db:convert-filecache-bigint && occ db:add-missing-indices && echo SUCCESS"
}
}
}