From 65e159a5a4e96ad7a1b7a5bf6d7b5b26a7ee7be8 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Mon, 18 Jun 2018 08:34:09 -0700 Subject: [PATCH] docker --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 16c7699c..b4af1429 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ FROM alpine #RUN apk add --no-cache libc6-compat ENV VERSION="v0.14" -#RUN wget -q https://github.com/hunterlong/statup/releases/download/$VERSION/statup-linux-static -#RUN chmod +x statup-linux-static && mv statup-linux-static /usr/local/bin/statup +RUN wget -q https://github.com/hunterlong/statup/releases/download/$VERSION/statup-linux-static +RUN chmod +x statup-linux-static && mv statup-linux-static /usr/local/bin/statup EXPOSE 8080