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/smsdockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sms-service/bin/smsdockerfile b/sms-service/bin/smsdockerfile
index be2777c..d130449 100644
--- a/sms-service/bin/smsdockerfile
+++ b/sms-service/bin/smsdockerfile
@@ -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