From 6c206ef37461c6037c4cbbef67341184e960bb13 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 16 Dec 2023 07:00:33 +0100 Subject: [PATCH] Fix permission issue --- src/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entrypoint.sh b/src/entrypoint.sh index 47568e3..12b3828 100644 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -57,6 +57,7 @@ else echo "Custom php.ini file not found" echo "If you want to add a custom php.ini file, you add it in /var/www/html/conf/php/php.ini" fi +chown -R www-data:www-data /var/www/html echo "" echo "**********************************"