From: jegan Date: Thu, 31 Oct 2024 08:05:07 +0000 (+0000) Subject: Feature 11034: Forgot Password in OSM X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F14693%2F2;p=osm%2Fdevops.git Feature 11034: Forgot Password in OSM Added a new line in NBI dockerfile for placing the email template in /app/osm_nbi/templates/email_template.html directory Change-Id: I143ff0f2a91d1e6c9a36ff80fdfa9a72c1dda833 Signed-off-by: jegan --- diff --git a/docker/NBI/Dockerfile b/docker/NBI/Dockerfile index 61d4119d..664cc638 100644 --- a/docker/NBI/Dockerfile +++ b/docker/NBI/Dockerfile @@ -93,6 +93,7 @@ EXPOSE 9999 RUN cp -R /usr/lib/python3/dist-packages/osm_nbi/html_public /app/osm_nbi/html_public RUN cp /usr/lib/python3/dist-packages/osm_nbi/nbi.cfg /app/osm_nbi/ RUN cp -R /usr/lib/python3/dist-packages/osm_nbi/http /app/osm_nbi/ +RUN cp -R /usr/lib/python3/dist-packages/osm_nbi/templates /app/osm_nbi/templates # The following ENV can be added with "docker run -e xxx' to configure # server