Skip to content

Commit

Permalink
Update README for new docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirke committed Jan 6, 2025
1 parent bcbe50f commit 77bd884
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 77bd884

Please sign in to comment.