From 8ab4b738919ae8053db332e97b44090dcf40fbab Mon Sep 17 00:00:00 2001 From: "joonas.fi" Date: Fri, 31 Mar 2017 14:18:07 +0300 Subject: [PATCH] Publish the official Dockerfile --- Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..4c9fc9a --- /dev/null +++ b/Dockerfile @@ -0,0 +1,9 @@ +FROM alpine:3.5 + +RUN apk add --no-cache ca-certificates + +VOLUME /horizon-data + +CMD horizon writer + +COPY cli/horizon/horizon /usr/bin/horizon