Fix docker-compose command syntax in CONTRIBUTING.md

Updated the docker-compose command to use the new syntax.
This commit is contained in:
Lubos Kocman 2026-03-03 15:44:38 +01:00 committed by GitHub
parent a3fb533ca0
commit 0a85e915bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,7 +107,7 @@ sed "s/13042/`id -u`/" docker-compose.override.yml.example > docker-compose.over
1. Changed something? Run the tests to verify your changes!
```bash
docker-compose run --rm osem bundle exec rspec spec
docker compose run --rm osem bundle exec rspec spec
```
1. Issue any standard `rails`/`rake`/`bundler` command