mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
8 lines
164 B
Bash
Executable File
8 lines
164 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
|
|
exec node docker/entrypoint-server.js
|