From 74cb4441ef5102008a6a6f485eca7f12374ef483 Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Sun, 13 Jul 2025 19:58:46 +0200 Subject: [PATCH] f this --- entrypoint.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 366e815..9b1e9b6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,14 +1,4 @@ #!/bin/sh -if [ "$DATABASE" = "postgres" ] -then - echo "Waiting for postgres..." - - while ! nc -z $SQL_HOST $SQL_PORT; do - sleep 0.1 - done - - echo "PostgreSQL started" -fi #python manage.py flush --no-input #python manage.py migrate