This commit is contained in:
red 2025-04-30 15:31:11 -04:00
parent b6a0d4053b
commit aac74aaa7e

View file

@ -1,7 +1,6 @@
#!/bin/sh
set -e
# uncomment to debug
# env
while ! pg_isready -U ${DB_USER} -d postgres://${DB_HOST}:${DB_PORT}/${DB_NAME} -t 1; do sleep 1s; done;