Update parameterized_docker_build.sh (#11993)
typo : Dockerilfe > Dockerfile
This commit is contained in:
parent
f76adbce27
commit
f3ecb0171f
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user