From 77bd884057b93c746241dbe28689d16cd0a3770a Mon Sep 17 00:00:00 2001 From: Gabriel Birke Date: Mon, 6 Jan 2025 18:10:24 +0100 Subject: [PATCH] Update README for new docker compose --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93c03430..a13a3998 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,15 @@ to update the dependencies, to get the same version you'd get in CI. make ci -This implicitly builds the `app` container as defined in `docker-compose.yml` & `Dockerfile` +This implicitly builds the `app` container as defined in `docker-compose.yml` and executes all CI checks. For commands that run only a subset, see `Makefile`. #### PHPUnit with filter You can run individual commands, e.g. PHPUnit with a filter, with -`docker-compose`: +`docker compose`: - docker-compose run --rm app ./vendor/bin/phpunit --filter valid + docker compose run --rm app ./vendor/bin/phpunit --filter valid ## Architecture