service-nextcloud/app.json

8 lines
114 B
JSON

{
"scripts": {
"dokku": {
"postdeploy": "su -l -s /bin/sh www-data -c /app/postdeploy.sh"
}
}
}