1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-07-19 19:53:50 +02:00
ntfy/Dockerfile

6 lines
108 B
Docker

FROM alpine
MAINTAINER Philipp C. Heckel <philipp.heckel@gmail.com>
COPY ntfy /usr/bin
ENTRYPOINT ["ntfy"]