1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-11 16:34:00 +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. Or by using the project's Docker environment.
```bash ```bash
docker-compose run --rm --build standards docker compose run --rm --build standards
``` ```
### Write Tests ### 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. Or by using the project's Docker environment.
```bash ```bash
docker-compose run --rm --build tests docker compose run --rm --build tests
``` ```
### Pay attention to the Analyzer Results ### 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. Or by using the project's Docker environment.
```bash ```bash
docker-compose run --rm --build analysis docker compose run --rm --build analysis
``` ```
**Thank you!** **Thank you!**

View File

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