Browse Source

Copy bower.

feature/python-error-tracking
Drew Larson 7 years ago
parent
commit
0347e75be0
  1. 1
      Dockerfile

1
Dockerfile

@ -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

Loading…
Cancel
Save