Update Dockerfile for new start command
This commit is contained in:
parent
9752bd7c30
commit
564196cc0b
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ FROM alpine
|
|||
MAINTAINER Philipp C. Heckel <philipp.heckel@gmail.com>
|
||||
|
||||
COPY ntfy /usr/bin
|
||||
ENTRYPOINT ["ntfy"]
|
||||
ENTRYPOINT ["ntfy", "serve"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue