diff --git a/entrypoint.sh b/entrypoint.sh index 5166673..da04f45 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,6 +4,7 @@ crontab /app/crontab # Démarrer le service cron en arrière-plan -service cron start +#service cron start +sleep 5 cron && tail -f /app/cron.log