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

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

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