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

7 lines
124 B
Bash
Executable File

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