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