FROM alpine MAINTAINER Philipp C. Heckel COPY ntfy /usr/bin RUN apk add --no-cache tzdata EXPOSE 80/tcp ENTRYPOINT ["ntfy"]