statping/Dockerfile

13 lines
253 B
Docker
Raw Normal View History

ARG VERSION
FROM hunterlong/statup:base-v${VERSION}
2018-08-18 02:19:56 +00:00
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
2018-08-16 06:22:20 +00:00
# Locked version of Statup for 'latest' Docker tag
ENV IS_DOCKER=true
ENV STATUP_DIR=/app
WORKDIR /app
VOLUME /app
EXPOSE 8080
2018-08-25 16:10:28 +00:00
CMD ["statup"]