Feature 11034: Forgot Password in OSM 93/14693/2
authorjegan <jegan.s@tataelxsi.co.in>
Thu, 31 Oct 2024 08:05:07 +0000 (08:05 +0000)
committersjega <jegan.s@tataelxsi.co.in>
Tue, 12 Nov 2024 03:59:47 +0000 (04:59 +0100)
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 <jegan.s@tataelxsi.co.in>
docker/NBI/Dockerfile

index 61d4119..664cc63 100644 (file)
@@ -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