init.sh 134 B

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