diff --git a/php_fpm/entrypoint.sh b/php_fpm/entrypoint.sh index b27361b..439bbba 100644 --- a/php_fpm/entrypoint.sh +++ b/php_fpm/entrypoint.sh @@ -27,7 +27,10 @@ else nginx.example \ README.md \ web.config.example \ - uploads/placeholder.txt + uploads/placeholder.txt \ + LICENSE.txt \ + SECURITY.md \ + phpstan.neon # fix permissions chown -R www-data:www-data /data find . -type d -exec chmod 750 {} \;