File size: 224 Bytes
2665f20
 
 
 
 
 
 
 
 
 
 
e9b23c2
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
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