Skip to content

Commit bf01d60

Browse files
undo test for binder
1 parent 2688efa commit bf01d60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

entrypoint-new.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ export PGDATA="/home/postgres/pgdata"
55

66
nohup docker-entrypoint.sh postgres &
77

8-
#while ! nc -z localhost 5432; do
9-
# echo "waiting for postgres"
10-
# sleep 1;
11-
#done;
8+
while ! nc -z localhost 5432; do
9+
echo "waiting for postgres"
10+
sleep 1;
11+
done;
1212

1313
exec "$@"

0 commit comments

Comments
 (0)