From 95a9e90b37277b1da7e0ebaab37aa8239938399f Mon Sep 17 00:00:00 2001 From: Enzo Date: Mon, 11 Dec 2023 15:35:40 +0100 Subject: [PATCH] update --- Dockerfile | 2 +- crontab | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c9674a9..af9c4f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN chmod 0644 /app/crontab RUN apt-get update RUN apt-get -y install cron -CMD cron && tail -f /app/cron.log \ No newline at end of file +RUN cron && tail -f /app/cron.log \ No newline at end of file diff --git a/crontab b/crontab index 3353f42..40cb9e4 100644 --- a/crontab +++ b/crontab @@ -1,3 +1,3 @@ -01 * * * * python testFinal.py >> /app/cron.log 2>&1 +* * * * * python testFinal.py >> /app/cron.log 2>&1 00 08 * * * python generateurModele.py >> /app/cron.log 2>&1