supervisor-worker.sh 127 B

123456
  1. #!/bin/bash
  2. set -euo pipefail
  3. sh supervisor/wait-for.sh localhost $SYNCING_SERVER_PORT
  4. exec node docker/entrypoint-worker.js