Release notes, add EXPOSE 80 to Dockerfile

This commit is contained in:
Philipp Heckel 2022-04-01 08:49:15 -04:00
parent 85cf7bb687
commit 611894fd05
3 changed files with 13 additions and 1 deletions

View file

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