updated path to docker file to be relative.

This commit is contained in:
Lachee 2025-05-07 14:15:58 +10:00
parent c50e8fecc2
commit 3d889dda22

View File

@ -60,7 +60,7 @@ docker build \
--build-arg BASE_IMAGE=${BASE_IMAGE} \
-t ${IMAGE_NAME}:${TAG} \
${DOCKER_BUILD_ARGS} \
Dockerfiles/Runner.Dockerfile
./Dockerfiles/Runner.Dockerfile
if [ $? -ne 0 ]; then
echo "Error: Docker build failed."