mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-01 09:31:18 +01:00
7 lines
123 B
Docker
7 lines
123 B
Docker
FROM alpine
|
|
MAINTAINER Philipp C. Heckel <philipp.heckel@gmail.com>
|
|
|
|
COPY ntfy /usr/bin
|
|
|
|
EXPOSE 80/tcp
|
|
ENTRYPOINT ["ntfy"]
|