service-nextcloud/app.json

8 lines
151 B
JSON
Raw Normal View History

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