FROM alpine:3.7 | |
LABEL name="aaf-sms-quorumclient" | |
LABEL version=4.0.0 | |
LABEL maintainer="Girish Havaldar <hg0071052@techmahindra.com>" | |
RUN mkdir -p /quorumclient/auth | |
ADD aaf_root_ca.cer /quorumclient/certs/aaf_root_ca.cer | |
ADD quorumclient /quorumclient/bin/quorumclient | |
RUN chmod +x /quorumclient/bin/quorumclient | |
WORKDIR /quorumclient | |
ENTRYPOINT ["/quorumclient/bin/quorumclient"] |