service-ntfy/Dockerfile
glenux e3d557ce9c
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Update 'Dockerfile'
2023-03-12 10:28:48 +00:00

9 lines
195 B
Docker

FROM binwiederhier/ntfy:v2.1.2
# 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 []