1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-11-21 19:03:26 +01:00
ntfy/Dockerfile
2022-12-23 18:26:21 +01:00

9 lines
243 B
Docker

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