Skip to content

Commit 2688efa

Browse files
test for binder
1 parent a154f8d commit 2688efa

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)