Reporting work on dockerization
This commit is contained in:
2
docker/scripts/entrypoint.sh
Normal file
2
docker/scripts/entrypoint.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
until nc -vz $1 $2; do echo "Waiting for MySQL $1:$2..."; sleep 3; done;
|
||||
Reference in New Issue
Block a user