diff --git a/entrypoint.sh b/entrypoint.sh index 49a6163..aea2f70 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -13,7 +13,9 @@ while true; do echo "YES CRON WORKS" break; fi - + + echo "[CRON LOGS] "$(sudo grep 'CRON' /var/log/syslog)"" + sleep 10 done