diff --git a/dockerfiles/commul-customization/entrypoint.sh b/dockerfiles/commul-customization/entrypoint.sh
index 469fa87fcd717b27425d0cf6aa9d420039f94888..fe0ca4601cd017ac0f5e73d291b9a78ac53a44f2 100644
--- a/dockerfiles/commul-customization/entrypoint.sh
+++ b/dockerfiles/commul-customization/entrypoint.sh
@@ -26,6 +26,7 @@ exec 3< <(while (true); do
     make lift_embargos
     make update_openaire_cache
     make update_discovery
+    make send_info
     echo "INIT DONE."
     sleep 86400
 done)