diff --git a/php_fpm/entrypoint.sh b/php_fpm/entrypoint.sh index 406ab24..716a731 100644 --- a/php_fpm/entrypoint.sh +++ b/php_fpm/entrypoint.sh @@ -17,8 +17,9 @@ else rm -rf /tmp/* # remove some unnecessary files cd /data - rm -f \ + rm -rf \ .gitignore \ + .github .htaccess \ changelog.txt \ CONTRIBUTORS.md \