From 52d8d506a6ba69102cf0841f7e2827b26b6d1840 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sat, 22 Mar 2025 09:56:30 +0100 Subject: [PATCH] Modernize docker files --- CONTRIBUTING.md | 6 +++--- docker-compose.yml | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) 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: ./