added TZ env:wq

This commit is contained in:
Jonas Forsberg 2023-04-20 13:24:16 +02:00
parent 10a2ad7b39
commit 4fc64c7c7d

View File

@ -9,6 +9,7 @@ RUN zypper --non-interactive install --no-recommends \
&& zypper clean -a \
rm /var/log/zypper.log
ENV TZ="Europe/Stockholm"
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]