diff --git a/entrypoint.sh b/entrypoint.sh index 0c0dd36e9eee5f06183272e0efd7a8af06802144..1252ec7862570a40caaf8f410ecdaa4138ced10c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,9 +5,10 @@ if [ "$DATABASE" = "postgres" ] then echo "Waiting for postgres..." - while ! nc -z $SQL_HOST $SQL_PORT; do - sleep 0.1 - done + # Broken for some reason + #while ! nc -z $SQL_HOST $SQL_PORT; do + # sleep 0.1 + #done echo "PostgreSQL started" fi