fixed docker bug

This commit is contained in:
Lucas Gravley 2020-07-06 09:39:37 -05:00
parent d26e00bf9e
commit da4c2ba68e

View file

@ -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 #
################################