mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 05:27:29 +02:00
Fix composer install. php is a service name in docker-compose, the command to run is php composer.phar install
This commit is contained in:
@@ -40,7 +40,7 @@ $ docker-compose up
|
|||||||
To only install the dependencies, use `docker-compose` like this:
|
To only install the dependencies, use `docker-compose` like this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker-compose run composer install
|
$ docker-compose run php php composer.phar install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Patterns
|
## Patterns
|
||||||
|
Reference in New Issue
Block a user