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:
@@ -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!**
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
tests:
|
tests:
|
||||||
build: ./
|
build: ./
|
||||||
|
Reference in New Issue
Block a user