feat: custom entrypoint to run before the official entrypoint in nextcloud container

This commit is contained in:
coolnsx
2025-10-01 23:06:44 +05:30
parent adff932635
commit f6b669ae56
3 changed files with 25 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ php occ app:install notify_push || true
php occ app:enable notify_push || true
echo "[*] Starting notify_push binary..."
/var/www/html/apps/notify_push/bin/x86_64/notify_push &
/var/www/html/custom_apps/notify_push/bin/x86_64/notify_push &
NOTIFY_PID=$!
# Wait for the socket to appear, max 30 seconds