diff --git a/INSTALL.md b/INSTALL.md index a2c7a100c..6e2cceb15 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -48,7 +48,7 @@ From now on ospos can be deployed using Docker on Linux, Mac or Windows. This se ``` docker run --rm -v $(pwd):/app composer/composer install docker run --rm -v $(pwd):/app -w /app lucor/php7-cli php bin/install.php translations develop - docker run --rm -it -v $(pwd):/app -w /app digitallyseamless/nodejs-bower-grunt "sh -c npm install && bower install" + docker run --rm -it -v $(pwd):/app -w /app digitallyseamless/nodejs-bower-grunt sh -c "npm install && bower install" docker-compose build docker-compose up ```