From: Guillaume Pellerin Date: Tue, 3 Jan 2017 22:53:06 +0000 (+0100) Subject: Fix bowerrc X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=137758a93c2d73ce7b03663be183f6910b53b57c;p=mezzo.git Fix bowerrc --- diff --git a/Dockerfile b/Dockerfile index 0c05dca4..06db4346 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,7 @@ RUN gem install bundler RUN bundle install COPY bower.json /srv +COPY .bowerrc /srv RUN npm install -g bower RUN bower --allow-root install