Skip to content
Snippets Groups Projects
Commit 8cb84422 authored by lombardofr's avatar lombardofr
Browse files

removed bower from light-ui dockerfile


Change-Id: I91389ccf6d0facb9817e8d4923b8b7f29d04ef44
Signed-off-by: default avatarlombardofr <lombardo@everyup.it>
parent be2ed341
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:16.04
RUN apt-get update && apt-get install -y npm git python-pip nginx supervisor curl software-properties-common libmysqlclient-dev mysql-client
RUN npm install -g bower
#RUN npm install -g bower
RUN ln -s /usr/bin/nodejs /usr/bin/node
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
......@@ -18,7 +18,8 @@ RUN apt-get install -y osm-lightui${LWUI_VERSION} && \
rm -rf /var/lib/apt/lists/*
WORKDIR /usr/share/osm-lightui
RUN bower install --allow-root
#RUN bower install --allow-root
RUN npm install
RUN pip install -r requirements.txt
RUN pip install uwsgi
RUN cp /usr/share/osm-lightui/nginx-app.conf /etc/nginx/sites-available/default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment