moving the docker build portion
[aaf/sms.git] / sms-service / bin / quorumdockerfile
1 FROM alpine:3.7
2
3 LABEL name="aaf-sms"
4 LABEL version=1.0.0
5 LABEL maintainer="Girish Havaldar <hg0071052@techmahindra.com>"
6
7 ADD quorumclient /smsquorum/bin/quorumclient
8 RUN chmod +x /smsquorum/bin/quorumclient
9 ENTRYPOINT ["/smsquorum/bin/quorumclient"]