Skip to content

Commit b9d4d13

Browse files
committed
Fix entrypoint
1 parent 039a023 commit b9d4d13

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh
22

3-
if [ "$DATABASE" = "postgres" ]
4-
then
3+
if [ "$DATABASE" = "postgres" ]; then
54
echo "Waiting for postgres..."
65
while ! nc -z $SQL_HOST $SQL_PORT; do
76
sleep 0.1

0 commit comments

Comments
 (0)