mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix docker-compose command syntax in CONTRIBUTING.md
Updated the docker-compose command to use the new syntax.
This commit is contained in:
parent
a3fb533ca0
commit
0a85e915bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue