Skip to content

Commit de33ec9

Browse files
author
App Generator
committed
dummy
1 parent 4955076 commit de33ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Check if database is ready
3+
# Check if database is ready - dummy
44
while ! pg_isready -q -h ${POSTGRES_HOST:-postgres} -p ${POSTGRES_PORT:-5432} -U ${POSTGRES_USER:-postgres}; do
55
echo "Waiting for database connection..."
66
sleep 1

0 commit comments

Comments
 (0)