mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 08:54:00 -04:00
fix dockerfile path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user