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

View File

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