1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Use new bower config.

This commit is contained in:
Drew Larson 2017-01-15 21:44:43 -06:00
parent ed28e8ae40
commit dd9e24b349

View File

@ -10,7 +10,6 @@ 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