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
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-worker.js
|