Files
standardnotes-server/packages/syncing-server/supervisor/supervisor-worker.sh

7 lines
127 B
Bash
Executable File

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