Files
standardnotes-server/packages/syncing-server/supervisor/supervisor-server.sh
T
2023-02-14 07:59:31 +01:00

8 lines
163 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
sh supervisor/wait-for.sh $DB_HOST $DB_PORT
sh supervisor/wait-for.sh $REDIS_HOST $REDIS_PORT
node supervisor/entrypoint-server.js