diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c8daf70..496be3e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,7 +97,7 @@ To run tests, you need to start Docker Compose stack, and then run PHPUnit: ```bash docker compose up -d # Wait for ~5 seconds for executor to start -docker run --rm -v $PWD:/app --network runtimes-1 -w /app phpswoole/swoole:5.1.2-php8.3-alpine sh -c \ "composer test" +docker run --rm -v $PWD:/app --network openruntimes-runtimes -w /app phpswoole/swoole:5.1.2-php8.3-alpine sh -c \ "composer test" ``` To run linter, you need to run Pint: