Update Dockerfile for new start command

This commit is contained in:
Ramon Snir 2021-12-29 17:49:13 -05:00 committed by GitHub
parent 9752bd7c30
commit 564196cc0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,4 +2,4 @@ FROM alpine
MAINTAINER Philipp C. Heckel <philipp.heckel@gmail.com>
COPY ntfy /usr/bin
ENTRYPOINT ["ntfy"]
ENTRYPOINT ["ntfy", "serve"]