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