init.sh 131 B

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