From a3a07bfca38e39022283dc1b9b0b37e8e4f79cc6 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 31 Oct 2016 11:37:04 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8fc306d..c530079 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,10 @@ FROM thallian/confd-env:latest -RUN apk add --no-cache murmur +RUN apk add --no-cache murmur VOLUME /etc/ssl/murmur VOLUME /var/lib/murmur/ ADD /rootfs / + +EXPOSE 64738