From f8b9ba7eb6a8f7acdd6624323530eff2887c38b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Honorez?= Date: Tue, 2 Jan 2024 08:42:22 +0100 Subject: [PATCH] ok this is necessary --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a216e61..8310260 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,6 @@ WORKDIR /app RUN pip install -r requirements.txt ENV TZ=Europe/Brussels RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone +COPY update_and_run.sh /app RUN chmod +x /app/update_and_run.sh CMD ["./update_and_run.sh"] \ No newline at end of file