service-ntfy/Dockerfile
Glenn Y. Rolland 961be203b6
All checks were successful
continuous-integration/drone/push Build is passing
Merge branch 'master' of code.apps.glenux.net:glenux-opencontainers/service-ntfy
2023-08-27 17:45:52 +02:00

12 lines
261 B
Docker

# FROM binwiederhier/ntfy:v2.0.1
# FROM binwiederhier/ntfy:v2.1.2
FROM binwiederhier/ntfy:v2.7.0
# AS builder
# FROM scratch AS runtime
# COPY --from=builder /usr/bin/ntfy /usr/bin/ntfy
COPY server.yml /etc/ntfy/server.yml
ENTRYPOINT ["ntfy", "serve"]
CMD []