mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
* fix(syncing-server): optimize memory usge * fix: optimize remaining self hostable services
7 lines
122 B
Bash
Executable File
7 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
sh supervisor/wait-for.sh localhost $SYNCING_SERVER_PORT
|
|
node docker/entrypoint-server.js
|