From 0893d83133cb2036588d1276fcb0cd3a921b959b Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 29 Jan 2021 21:56:14 +0100 Subject: [PATCH] Remove .github directory --- php_fpm/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \