We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039a023 commit b9d4d13Copy full SHA for b9d4d13
1 file changed
entrypoint.sh
@@ -1,7 +1,6 @@
1
#!/bin/sh
2
3
-if [ "$DATABASE" = "postgres" ]
4
- then
+if [ "$DATABASE" = "postgres" ]; then
5
echo "Waiting for postgres..."
6
while ! nc -z $SQL_HOST $SQL_PORT; do
7
sleep 0.1
0 commit comments