From b4065c10bfdc059e3fec5df45494aa58c844adc0 Mon Sep 17 00:00:00 2001 From: Alfred Date: Mon, 25 Feb 2019 18:51:26 +0500 Subject: [PATCH] Fix composer install. php is a service name in docker-compose, the command to run is `php composer.phar install` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97de0a9..8899aa4 100644 --- a/README.md +++ b/README.md @@ -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