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>
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