This commit is contained in:
7. Sun 2026-03-27 03:35:59 -07:00 committed by GitHub
commit fb35ba750b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,4 +21,7 @@ node ace queue:work --all &
# Start the AdonisJS application
echo "Starting AdonisJS application..."
# Wait for DNS resolution (Debian dhcpcd race condition)
until ping -c1 8.8.8.8 >/dev/null 2>&1 || ping -c1 google.com >/dev/null 2>&1 || [ $SECONDS -gt 10 ]; do sleep 1; done
exec node bin/server.js