.PHONY: all
phpunit:
	docker compose run --rm php8 bin/phpunit

sh:
	docker compose run --rm php8 bash