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