init.sh 131 Bytes
Newer Older
1 2
#!/bin/sh

3
echo "Waiting for mysql to start up..."
4 5 6
bash ./dev/docker-common/wait.sh db:3306
echo "=== READY ==="
tail -f /dev/null