1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-11-22 03:13:33 +01:00
ntfy/Dockerfile

10 lines
243 B
Text
Raw Normal View History

FROM alpine
MAINTAINER Philipp C. Heckel <philipp.heckel@gmail.com>
COPY ntfy /usr/bin
2022-12-23 18:26:21 +01:00
HEALTHCHECK --interval=60s --timeout=10s CMD wget --no-verbose --tries=1 --spider http://localhost/config.js || exit 1
EXPOSE 80/tcp
ENTRYPOINT ["ntfy"]