Skip to content

Commit

Permalink
fig bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
luebken committed Jun 18, 2014
1 parent 9b81e3f commit c62e1c1
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 @@ -13,7 +13,7 @@ RUN npm install -g bower > /dev/null

# Install Mean.JS packages
ADD package.json /home/mean/package.json
RUN npm install
RUN npm install > /dev/null

ADD .bowerrc /home/mean/.bowerrc
ADD bower.json /home/mean/bower.json
Expand Down

0 comments on commit c62e1c1

Please sign in to comment.