blob: fa4a15937d2d70e67cfce656abf840d53e8efd39 [file] [log] [blame]
FROM alpine:3.7
LABEL name="aaf-sms-quorumclient"
LABEL version=2.0.0
LABEL maintainer="Girish Havaldar <hg0071052@techmahindra.com>"
RUN mkdir -p /quorumclient/auth
ADD quorumclient /quorumclient/bin/quorumclient
RUN chmod +x /quorumclient/bin/quorumclient
ENTRYPOINT ["/quorumclient/bin/quorumclient"]