From fe0f2fc06c3e6166ab070fd9f33d4f0480289802 Mon Sep 17 00:00:00 2001 From: LBlend Date: Thu, 1 Feb 2024 13:55:26 +0100 Subject: [PATCH] add tz env var to dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 77a9acb..7f9b97a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ WORKDIR /code COPY . /code +ENV TZ=Europe/Oslo + RUN chmod +x /code/setup.sh RUN /code/setup.sh