diff options
Diffstat (limited to 'sms-service/bin/quorumdockerfile')
-rw-r--r-- | sms-service/bin/quorumdockerfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sms-service/bin/quorumdockerfile b/sms-service/bin/quorumdockerfile index 2e1a191..08a6606 100644 --- a/sms-service/bin/quorumdockerfile +++ b/sms-service/bin/quorumdockerfile @@ -1,9 +1,9 @@ FROM alpine:3.7 -LABEL name="aaf-sms" +LABEL name="aaf-sms-quorumclient" 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"] +ADD quorumclient /quorumclient/bin/quorumclient +RUN chmod +x /quorumclient/bin/quorumclient +ENTRYPOINT ["/quorumclient/bin/quorumclient"] |