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:
parent
ed28e8ae40
commit
dd9e24b349
@ -10,7 +10,6 @@ COPY requirements /code/requirements
|
|||||||
RUN pip install -r requirements/production.txt
|
RUN pip install -r requirements/production.txt
|
||||||
RUN npm cache clean
|
RUN npm cache clean
|
||||||
RUN npm install --unsafe-perm -g bower
|
RUN npm install --unsafe-perm -g bower
|
||||||
COPY bower.json /code/bower.json
|
|
||||||
RUN bower install --allow-root
|
RUN bower install --allow-root
|
||||||
RUN npm install --unsafe-perm
|
RUN npm install --unsafe-perm
|
||||||
RUN npm run build-production
|
RUN npm run build-production
|
||||||
|
Loading…
x
Reference in New Issue
Block a user