service-nextcloud/app.json

8 lines
151 B
JSON
Raw Normal View History

2023-02-21 15:18:36 +01:00
{
"scripts": {
"dokku": {
"postdeploy": "pwd && occ db:convert-filecache-bigint && occ db:add-missing-indices && echo SUCCESS"
}
}
}