rename Dockerfile to match script name

This commit is contained in:
Thomas Waldmann 2026-02-14 18:12:28 +01:00
parent 40dcfe4d99
commit d73a88ebbe
No known key found for this signature in database
GPG key ID: 9F88FB52FAF7B393
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..."