openclaw / entrypoint.sh
shrimp-lover-2026's picture
Update entrypoint.sh
fd583ea verified
Raw
History Blame
113 Bytes
#!/bin/bash
export PORT=7860
export HOST=0.0.0.0
echo "Starting OpenClaw..."
npm install --omit=dev
npm start