Skip to content
Snippets Groups Projects
Commit 0f0ab77f authored by Jegan S's avatar Jegan S Committed by Jegan S
Browse files

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: default avatarjegan <jegan.s@tataelxsi.co.in>
parent 8943f510
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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