link global gulp to be used locally

This commit is contained in:
Mahmoud Zalt 2016-06-03 14:16:46 +03:00
parent eda286ded2
commit 4f9cdb02c6
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ RUN npm install -g \
gulp \
bower
# Link the global gulp to be used locally
RUN npm link gulp
# Add a symbolic link for Node
RUN ln -s /usr/bin/nodejs /usr/bin/node