mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-10-31 17:11:13 +01:00
5 lines
108 B
Docker
5 lines
108 B
Docker
FROM alpine
|
|
MAINTAINER Philipp C. Heckel <philipp.heckel@gmail.com>
|
|
|
|
COPY ntfy /usr/bin
|
|
ENTRYPOINT ["ntfy"]
|