1
0
mirror of https://github.com/DesignPatternsPHP/DesignPatternsPHP.git synced 2025-05-07 06:56:25 +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:
Alfred 2019-02-25 18:51:26 +05:00
parent 87e247f1ce
commit b4065c10bf

@ -40,7 +40,7 @@ $ docker-compose up
To only install the dependencies, use `docker-compose` like this:
```bash
$ docker-compose run composer install
$ docker-compose run php php composer.phar install
```
## Patterns