X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Flight-ui%2FDockerfile;h=204bfd890bb49a33f34c31c40361d3486db47235;hb=refs%2Fchanges%2F35%2F9835%2F1;hp=65514e3d7f528f700560d4d373ae69e91ce2c6d1;hpb=7e29d16a21ef3d5818ec9286227aed1550d58a6b;p=osm%2Fdevops.git diff --git a/docker/light-ui/Dockerfile b/docker/light-ui/Dockerfile index 65514e3d..204bfd89 100644 --- a/docker/light-ui/Dockerfile +++ b/docker/light-ui/Dockerfile @@ -20,7 +20,7 @@ RUN ln -s /usr/bin/nodejs /usr/bin/node RUN echo "daemon off;" >> /etc/nginx/nginx.conf ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian -ARG RELEASE=ReleaseFOUR-daily +ARG RELEASE=ReleaseEIGHT-daily ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ARG REPOSITORY=testing ARG LWUI_VERSION @@ -43,6 +43,8 @@ RUN cp /usr/share/osm-lightui/supervisor-app.conf /etc/supervisor/conf.d/ RUN rm -f db.sqlite3 ENV DJANGO_ENV=prod +ENV OSM_SERVER=nbi +# ENV OSMUI_SQL_DATABASE_URI=mysql://root:secret@mysql:3306/lwui RUN python manage.py collectstatic --noinput RUN chmod +x /usr/share/osm-lightui/entrypoint.sh