From 137758a93c2d73ce7b03663be183f6910b53b57c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 3 Jan 2017 23:53:06 +0100 Subject: [PATCH] Fix bowerrc --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5