foo
This commit is contained in:
parent
b6a0d4053b
commit
aac74aaa7e
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# uncomment to debug
|
|
||||||
# env
|
# env
|
||||||
|
|
||||||
while ! pg_isready -U ${DB_USER} -d postgres://${DB_HOST}:${DB_PORT}/${DB_NAME} -t 1; do sleep 1s; done;
|
while ! pg_isready -U ${DB_USER} -d postgres://${DB_HOST}:${DB_PORT}/${DB_NAME} -t 1; do sleep 1s; done;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue