diff options
author | giri <hg0071052@techmahindra.com> | 2018-03-29 04:58:14 +0000 |
---|---|---|
committer | giri <hg0071052@techmahindra.com> | 2018-04-04 04:31:43 +0000 |
commit | 25865489e4ea236afc699f8b6c9c62fd92145af1 (patch) | |
tree | 60585e5ac33139184952a6ce21b646330ccab37e /sms-quorum/bin | |
parent | da0b104514a8f3b2034a125a2ae9cba75341a3dc (diff) |
Added Makefile for quorumclient
Added Makefile for quorumclient
Change-Id: Iee3912a8a675c7eab2514fc9257ae97dfc8b7157
Issue-ID: AAF-205
Signed-off-by: giri <hg0071052@techmahindra.com>
Diffstat (limited to 'sms-quorum/bin')
-rw-r--r-- | sms-quorum/bin/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sms-quorum/bin/Dockerfile b/sms-quorum/bin/Dockerfile index 1f3a2d5..2e1a191 100644 --- a/sms-quorum/bin/Dockerfile +++ b/sms-quorum/bin/Dockerfile @@ -6,4 +6,4 @@ LABEL maintainer="Girish Havaldar <hg0071052@techmahindra.com>" ADD quorumclient /smsquorum/bin/quorumclient RUN chmod +x /smsquorum/bin/quorumclient -ENTRYPOINT ["/smsquorum/bin/quorumclient"]
\ No newline at end of file +ENTRYPOINT ["/smsquorum/bin/quorumclient"] |