1
0
mirror of https://github.com/Intervention/image.git synced 2025-07-31 19:10:12 +02:00

Modernize docker files

This commit is contained in:
Oliver Vogel
2025-03-22 09:56:30 +01:00
parent 0bf044f37e
commit 52d8d506a6
2 changed files with 3 additions and 5 deletions

View File

@@ -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!**

View File

@@ -1,5 +1,3 @@
version: '3'
services:
tests:
build: ./