summaryrefslogtreecommitdiffstats
path: root/sms-quorum/bin/quorumdockerfile
blob: 2e1a19137236737d2b882ecc4dec39e866d5ac78 (plain)
1
2
3
4
5
6
7
8
9
FROM alpine:3.7

LABEL name="aaf-sms"
LABEL version=1.0.0
LABEL maintainer="Girish Havaldar <hg0071052@techmahindra.com>"

ADD quorumclient /smsquorum/bin/quorumclient
RUN chmod +x /smsquorum/bin/quorumclient
ENTRYPOINT ["/smsquorum/bin/quorumclient"]