diff --git a/entrypoint.sh b/entrypoint.sh index 548d0f0..b99e8ad 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,8 +5,7 @@ crontab /app/crontab # Démarrer le service cron en arrière-plan #service cron start -sleep 5 - -pip install --no-cache-dir -r requirements.txt +echo "Start" cron && tail -f /app/cron.log +echo "End"