diff --git a/entrypoint.sh b/entrypoint.sh index d3c04ae..905e5ac 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -40,7 +40,6 @@ fi if [ "$VERBOSE" = true ]; then echo "Remove unrequired files (marked with generated suffix)" fi -rm "${OUTPUT_PATH}/Resources/public/images/*.png" find "${OUTPUT_PATH}" -type f -name '*.generated.*' -delete if [ "$VERBOSE" = true ]; then