File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed
Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ Example: `docker-compose run --rm unison watch -path vendor/<company_name>/<modu
1271272 . Grunt watch
128128
129129 ```
130- docker-compose run --rm node sh "grunt exec:<theme>"
131- docker-compose run --rm node sh "grunt watch"
130+ docker-compose run --rm node sh -c "grunt exec:<theme>"
131+ docker-compose run --rm node sh -c "grunt watch"
132132 ```
133133
134134## Xdebug
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ services:
5959 privileged : true
6060
6161 node :
62- build : ./config/docker/image/ node
62+ image : modestcoders/ node-php:node8-php7.1
6363 volumes : *appvolumes
6464 environment :
6565 - NPM_CONFIG_PREFIX=/home/app/.npm-global # To avoid permission error on npm install. It tries to save it at /var/www (root is the owner)
You can’t perform that action at this time.
0 commit comments