Silences npm install
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user