From 343be959f069ef52b70ee9dad10ef923f33e1a8a Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 20 Jun 2023 20:43:15 +0200 Subject: [PATCH] chown www-data --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 07d1d9d..a496af4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,6 +7,7 @@ then fi cp -r storage.skel/* storage/ +chown -R www-data:www-data storage/ bootstrap/ php /wait-for-db.php