summaryrefslogtreecommitdiffstats
path: root/sms-quorum/bin/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'sms-quorum/bin/Dockerfile')
-rw-r--r--sms-quorum/bin/Dockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sms-quorum/bin/Dockerfile b/sms-quorum/bin/Dockerfile
new file mode 100644
index 0000000..1f3a2d5
--- /dev/null
+++ b/sms-quorum/bin/Dockerfile
@@ -0,0 +1,9 @@
+FROM alpine:3.7
+
+LABEL name="aaf-sms"
+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"] \ No newline at end of file