mirror of
https://github.com/standardnotes/server
synced 2026-07-13 05:01:06 -04:00
fdf4b29ae2
* fix(syncing-server): optimize memory usge * fix: optimize remaining self hostable services
8 lines
159 B
Bash
Executable File
8 lines
159 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 docker/entrypoint-server.js
|