From 3171925c3de2051a5fc55ae526fc4a950fcf7ed1 Mon Sep 17 00:00:00 2001 From: Robin Date: Sun, 31 Oct 2021 11:00:11 +0100 Subject: [PATCH] Remove more files --- php_fpm/entrypoint.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {} \;