From 0a85e915bf794e7608dae24819fa9f3c190dfa72 Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Tue, 3 Mar 2026 15:44:38 +0100 Subject: [PATCH] Fix docker-compose command syntax in CONTRIBUTING.md Updated the docker-compose command to use the new syntax. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c814f2d..883b3818 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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