mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
6 lines
108 B
Bash
6 lines
108 B
Bash
while ! wget $DB_HOST:3306;
|
|
do
|
|
sleep 1
|
|
echo "Waiting for database connection..."
|
|
done
|
|
node index.js |