diff --git a/php_fpm/entrypoint.sh b/php_fpm/entrypoint.sh index 201c415..a0934f1 100644 --- a/php_fpm/entrypoint.sh +++ b/php_fpm/entrypoint.sh @@ -31,8 +31,8 @@ else web.config.example \ uploads/placeholder.txt # fix permissions - find . -type d -exec chmod 700 {} \; - find . -type f -exec chmod 600 {} \; + find . -type d -exec chmod 750 {} \; + find . -type f -exec chmod 640 {} \; set +x echo "Done!" fi