Updating with binary compile in the bash script
[aaf/sms.git] / sms-service / bin / Dockerfile
index d663f80..cbc9454 100644 (file)
@@ -7,7 +7,7 @@ LABEL maintainer="vamshi krishna <vn00480215@techmahindra.com>"
 
 EXPOSE 10443
 
-ADD auth /sms/auth/
+RUN mkdir -p /sms/auth
 ADD sms /sms/bin/sms
 RUN chmod +x /sms/bin/sms