Adding secure init code for backend
[aaf/sms.git] / sms-service / bin / smsdockerfile
index be2777c..d130449 100644 (file)
@@ -6,7 +6,7 @@ LABEL maintainer="vamshi krishna <vn00480215@techmahindra.com>"
 
 EXPOSE 10443
 
-RUN mkdir /sms
+RUN mkdir -p /sms/auth
 ADD sms /sms/bin/sms
 RUN chmod +x /sms/bin/sms