Skip to content

Commit

Permalink
Merge branch 'afahs/wait-for-db' into afahs/add-ssh-port
Browse files Browse the repository at this point in the history
  • Loading branch information
alijawadfahs committed May 1, 2024
2 parents 9c6e206 + 4f2b24d commit 398bb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/wait_for_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ while ! nc -z $DB_HOSTNAME $DB_PORT; do
sleep 5
done

echo "Port $DB_PORT is now listening!"
echo "Port $DB_PORT is now listening!"

0 comments on commit 398bb9e

Please sign in to comment.