summaryrefslogtreecommitdiffstats
path: root/sms-service/bin/smsdockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'sms-service/bin/smsdockerfile')
-rw-r--r--sms-service/bin/smsdockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sms-service/bin/smsdockerfile b/sms-service/bin/smsdockerfile
index 629fcd5..50704b2 100644
--- a/sms-service/bin/smsdockerfile
+++ b/sms-service/bin/smsdockerfile
@@ -7,7 +7,10 @@ LABEL maintainer="vamshi krishna <vn00480215@techmahindra.com>"
EXPOSE 10443
RUN mkdir -p /sms/auth
+ADD aaf-sms.api.simpledemo.onap.org.pem /sms/cert/aaf-sms.api.simpledemo.onap.org.pem
+ADD aaf-sms.api.simpledemo.onap.org.pr /sms/cert/aaf-sms.api.simpledemo.onap.org.pr
ADD sms /sms/bin/sms
RUN chmod +x /sms/bin/sms
+WORKDIR /sms
ENTRYPOINT ["/sms/bin/sms"]