From 3ffcfcac5c8d3627b5d7e2fc52d6d0a799dd1628 Mon Sep 17 00:00:00 2001 From: Derkades Date: Sun, 25 Oct 2020 14:55:42 +0100 Subject: [PATCH] Remove more unnecessary files --- php_fpm/entrypoint.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php_fpm/entrypoint.sh b/php_fpm/entrypoint.sh index 8c567bd..406ab24 100644 --- a/php_fpm/entrypoint.sh +++ b/php_fpm/entrypoint.sh @@ -18,12 +18,15 @@ else # remove some unnecessary files cd /data rm -f \ - web.config.example \ + .gitignore \ + .htaccess \ + changelog.txt \ + CONTRIBUTORS.md \ + docker-compose.yaml \ + Dockerfile \ nginx.example \ README.md \ - CONTRIBUTORS.md \ - .gitignore \ - .htaccess + web.config.example \ set +x echo "Done!" fi