statping/Dockerfile

12 lines
235 B
Docker
Raw Normal View History

2018-08-30 21:46:53 +00:00
FROM hunterlong/statup:base-v0.52
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"]