diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af59d644..e4731692 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ easily checked with the following command. Or by using the project's Docker environment. ```bash -docker-compose run --rm --build standards +docker compose run --rm --build standards ``` ### Write Tests @@ -57,7 +57,7 @@ Make sure that all tests are passed with the following command. Or by using the project's Docker environment. ```bash -docker-compose run --rm --build tests +docker compose run --rm --build tests ``` ### Pay attention to the Analyzer Results @@ -74,7 +74,7 @@ Check the analyzer by running the following command. Or by using the project's Docker environment. ```bash -docker-compose run --rm --build analysis +docker compose run --rm --build analysis ``` **Thank you!** diff --git a/docker-compose.yml b/docker-compose.yml index 747c0118..03607f22 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: tests: build: ./