4 lines
90 B
Text
4 lines
90 B
Text
|
FROM binwiederhier/ntfy
|
||
|
COPY server.yml /etc/ntfy/server.yml
|
||
|
ENTRYPOINT ["ntfy", "serve"]
|