Update Dockerfile

This commit is contained in:
Brett 2021-05-11 14:13:17 +02:00
parent 9fbbf837f9
commit 5ad647b300
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ LABEL maintainer="brett@kowh.ai"
# Set timezone
ARG TZ
RUN echo $TZ > /etc/timezone
RUN echo $TZ
RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \
cp /usr/share/zoneinfo/${TZ} /etc/localtime ;\
fi ;