add tzdata to image and use env for docker timezone

This commit is contained in:
ksurl 2022-06-02 13:35:49 -07:00
parent f6dee345b7
commit ae3163c5b1
3 changed files with 10 additions and 6 deletions

View file

@ -3,5 +3,7 @@ MAINTAINER Philipp C. Heckel <philipp.heckel@gmail.com>
COPY ntfy /usr/bin
RUN apk add --no-cache tzdata
EXPOSE 80/tcp
ENTRYPOINT ["ntfy"]