We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c28c0 commit 43947cdCopy full SHA for 43947cd
README.md
@@ -116,21 +116,15 @@ Example: `docker-compose run --rm unison watch -path vendor/<company_name>/<modu
116
117
### Frontend
118
119
-1. Start node container
120
-
121
- ```
122
- docker-compose up node
123
124
125
-2. NPM config setup (Only first time)
+1. NPM config setup (Only first time)
126
127
```
128
docker-compose run --rm node sh -c "cp -n package.json.sample package.json \
129
&& cp -n Gruntfile.js.sample Gruntfile.js \
130
&& npm install"
131
132
133
-3. Grunt watch
+2. Grunt watch
134
135
136
docker-compose run --rm node sh "grunt exec:<theme>"
0 commit comments