diff --git a/entrypoint.sh b/entrypoint.sh index cec80ab..49a6163 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,6 +6,8 @@ echo '[INFO] LAUNCH CRON IN BACKGROUND' service cron start service cron status +python3 /app/testFinal.py + while true; do if [ -f "/app/cron_exist.cron" ]; then echo "YES CRON WORKS"