rename Dockerfile to match script name

This commit is contained in:
Thomas Waldmann 2026-02-14 15:57:57 +01:00
parent 5f6c794cb0
commit 4277a6ae16
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
2 changed files with 1 additions and 1 deletions

View file

@ -74,7 +74,7 @@ if [[ "$REBUILD" == "true" ]] || ! podman image exists "$FULL_IMAGE_NAME"; then
podman build \
--build-arg BASE_IMAGE="$BASE_IMAGE" \
-t "$FULL_IMAGE_NAME" \
-f scripts/Dockerfile.linux-tox .
-f scripts/Dockerfile.linux-run .
fi
echo "Running in container..."