mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-07 05:12:19 +02:00
workaround fig bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user