fix: workdir may not be available at startup

This commit is contained in:
Glenn Y. Rolland 2024-05-05 19:15:55 +02:00
parent 9eb628314e
commit 32a3c9024e

View file

@ -1,7 +1,7 @@
{
"scripts": {
"dokku": {
"postdeploy": "su -l -s /bin/sh www-data -c /app/postdeploy.sh"
"postdeploy": "su -l -s /bin/sh www-data -c /app/postdeploy.sh"
}
}
}