Update parameterized_docker_build.sh ()

typo : Dockerilfe > Dockerfile
This commit is contained in:
Francois Xavier 2017-08-04 03:55:02 +01:00 committed by Benoit Steiner
parent f76adbce27
commit f3ecb0171f

View File

@ -154,7 +154,7 @@ fi
# Verify that the original Dockerfile exists
ORIG_DOCKERFILE="${SCRIPT_DIR}/${ORIG_DOCKERFILE}"
if [[ ! -f "${ORIG_DOCKERFILE}" ]]; then
die "ERROR: Cannot find Dockerilfe at: ${ORIG_DOCKERFILE}"
die "ERROR: Cannot find Dockerfile at: ${ORIG_DOCKERFILE}"
fi
echo ""