We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4955076 commit de33ec9Copy full SHA for de33ec9
entrypoint.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-# Check if database is ready
+# Check if database is ready - dummy
4
while ! pg_isready -q -h ${POSTGRES_HOST:-postgres} -p ${POSTGRES_PORT:-5432} -U ${POSTGRES_USER:-postgres}; do
5
echo "Waiting for database connection..."
6
sleep 1
0 commit comments