Silences npm install

This commit is contained in:
Patrick McDonagh
2016-10-13 13:41:40 -05:00
parent 14dd0ff29b
commit e374169c71

View File

@@ -21,7 +21,7 @@ COPY taglogger.py /root/tag-logger/taglogger.py
COPY startup.sh /root/startup.sh
RUN chmod +x /root/startup.sh
RUN npm install -g bower pm2 sails
RUN npm install -g bower pm2 sails --silent
RUN cd /root/tag-logger/www && npm install && bower install --allow-root && cd /
CMD '/root/startup.sh'