supervisor-server.sh 295 B

123456789
  1. #!/bin/bash
  2. set -euo pipefail
  3. sh supervisor/wait-for.sh localhost $AUTH_SERVER_PORT
  4. sh supervisor/wait-for.sh localhost $FILES_SERVER_PORT
  5. sh supervisor/wait-for.sh localhost $REVISIONS_SERVER_PORT
  6. sh supervisor/wait-for.sh localhost $SYNCING_SERVER_PORT
  7. exec node docker/entrypoint-server.js