fdf4b29ae2
* fix(syncing-server): optimize memory usge * fix: optimize remaining self hostable services
6 lines
119 B
Bash
Executable file
6 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
|