supervisor-server.sh 163 B

1234567
  1. #!/bin/bash
  2. set -euo pipefail
  3. sh supervisor/wait-for.sh $DB_HOST $DB_PORT
  4. sh supervisor/wait-for.sh $REDIS_HOST $REDIS_PORT
  5. node supervisor/entrypoint-server.js