SKALE-2202 fix path

parent 58f944f2
......@@ -17,7 +17,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
# Build image
echo "Building $IMAGE_NAME..."
docker build -f "${DIR}"/"${DOCKERFILE}" -t "${IMAGE_NAME}" . || exit $?
docker build -f "${DIR}"/../"${DOCKERFILE}" -t "${IMAGE_NAME}" . || exit $?
docker tag "${IMAGE_NAME}" "${LATEST_IMAGE_NAME}"
echo "========================================================================================="
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment