| set -e | |
| echo "[start] Running setup..." | |
| node /app/setup-hf-config.mjs | |
| echo "[start] Starting nginx on :7860..." | |
| nginx -g "daemon off;" & | |
| sleep 1 | |
| echo "[start] Starting OpenClaw on :18789..." | |
| exec openclaw gateway |
| set -e | |
| echo "[start] Running setup..." | |
| node /app/setup-hf-config.mjs | |
| echo "[start] Starting nginx on :7860..." | |
| nginx -g "daemon off;" & | |
| sleep 1 | |
| echo "[start] Starting OpenClaw on :18789..." | |
| exec openclaw gateway |