fix dockerfile path

This commit is contained in:
David Newhall II 2019-07-08 21:14:37 -07:00
parent 6a9df14ccc
commit 76088fe2c7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ for build in $BUILDS; do
--build-arg "VENDOR=${VENDOR}" \
--build-arg "AUTHOR=${MAINT}" \
--tag "${IMAGE_NAME}_${os}_${name}" \
--file Dockerfile .
--file ${DOCKERFILE_PATH} .
done
popd