Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
workaround fig bug
Browse files Browse the repository at this point in the history
  • Loading branch information
luebken committed Jun 18, 2014
1 parent c62e1c1 commit c93abfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c93abfe

Please sign in to comment.