workaround fig bug

This commit is contained in:
Matthias Luebken
2014-06-18 18:47:08 +02:00
parent c62e1c1e4e
commit c93abfeae7

View File

@@ -18,7 +18,7 @@ RUN npm install > /dev/null
ADD .bowerrc /home/mean/.bowerrc
ADD bower.json /home/mean/bower.json
# why doesnt this work via npm install?
RUN bower install --config.interactive=false --allow-root
RUN bower install --config.interactive=false --allow-root > /dev/null
# Make everything available for start
ADD . /home/mean