update
continuous-integration/drone/push Build was killed Details

master
Enzo 1 year ago
parent b955351174
commit 95a9e90b37

@ -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
RUN cron && tail -f /app/cron.log

@ -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

Loading…
Cancel
Save