Copy bower.

This commit is contained in:
Drew Larson
2017-01-15 21:23:56 -06:00
parent bb6627b788
commit 0347e75be0
+1
View File
@@ -10,6 +10,7 @@ COPY requirements /code/requirements
RUN pip install -r requirements/production.txt
RUN npm cache clean
RUN npm install --unsafe-perm -g bower
COPY bower.json /code/bower.json
RUN bower install --allow-root
RUN npm install --unsafe-perm
RUN npm run build-production