diff --git a/entrypoint.sh b/entrypoint.sh index da04f45..548d0f0 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,4 +7,6 @@ crontab /app/crontab #service cron start sleep 5 +pip install --no-cache-dir -r requirements.txt + cron && tail -f /app/cron.log