mirror of
https://github.com/fspc/workstand.git
synced 2025-02-28 19:43:24 -05:00
Copy bower.
This commit is contained in:
parent
bb6627b788
commit
0347e75be0
@ -10,6 +10,7 @@ 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