pull/10/head
Hunter Long 2018-06-18 08:34:09 -07:00
parent 04881c9c40
commit 65e159a5a4
1 changed files with 2 additions and 2 deletions

View File

@ -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