diff --git a/lib/buildFileList.sh b/lib/buildFileList.sh index 48144d65..46594101 100755 --- a/lib/buildFileList.sh +++ b/lib/buildFileList.sh @@ -353,7 +353,7 @@ function BuildFileList() { # Set the READ_ONLY_CHANGE_FLAG since this could be exec # ########################################################## READ_ONLY_CHANGE_FLAG=1 - elif [ "$FILE" == "dockerfile" ]; then + elif [ "$FILE" == "dockerfile" ] || [ "$FILE_TYPE" == "dockerfile" ]; then ################################ # Append the file to the array # ################################