mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
sh supervisor/wait-for.sh localhost $AUTH_SERVER_PORT
|
|
exec node docker/entrypoint-worker.js
|