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