mirror of
https://github.com/standardnotes/server
synced 2026-07-13 05:01:06 -04:00
8 lines
163 B
Bash
Executable File
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
|