diff --git a/entrypoint.sh b/entrypoint.sh index 2983f58..787b3cc 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,8 +2,5 @@ set -e # fail on error -# include hidden files -# https://askubuntu.com/questions/740805/how-can-i-remove-all-files-from-current-directory-using-terminal -shopt -s dotglob -rm -rf * +find . -delete