From 32a3c9024eb425ce6e08294381fa6351151d20b4 Mon Sep 17 00:00:00 2001 From: Glenn Date: Sun, 5 May 2024 19:15:55 +0200 Subject: [PATCH] fix: workdir may not be available at startup --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 9c60d3c..577276f 100644 --- a/app.json +++ b/app.json @@ -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" } } }