Skip to content
Snippets Groups Projects
Commit ab475738 authored by garciadav's avatar garciadav
Browse files

Add OSM_SERVER and OSMUI_SQL_DATABASE_URI to Dockerfile


Change-Id: Iedef402ac49e56572c0e5be0244d4db71988f177
Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
parent a7e128ad
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment