NS-Genai commited on
Commit
3a4f449
·
verified ·
1 Parent(s): 47a7856

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -31,6 +31,7 @@ echo "Writing default OpenClaw configuration..."\n\
31
  cat <<EOF > /home/node/.openclaw/openclaw.json\n\
32
  {\n\
33
  "gateway": {\n\
 
34
  "bind": "lan",\n\
35
  "controlUi": {\n\
36
  "allowInsecureAuth": true\n\
@@ -79,7 +80,7 @@ echo "Ollama is up! Pulling Qwen 2.5 Coder 14B..."\n\
79
  ollama pull qwen2.5-coder:14b\n\
80
  \n\
81
  echo "Model ready! Starting OpenClaw..."\n\
82
- openclaw gateway --port 7860\n\
83
  ' > start.sh && chmod +x start.sh
84
 
85
  # Start the Space
 
31
  cat <<EOF > /home/node/.openclaw/openclaw.json\n\
32
  {\n\
33
  "gateway": {\n\
34
+ "mode": "local",\n\
35
  "bind": "lan",\n\
36
  "controlUi": {\n\
37
  "allowInsecureAuth": true\n\
 
80
  ollama pull qwen2.5-coder:14b\n\
81
  \n\
82
  echo "Model ready! Starting OpenClaw..."\n\
83
+ openclaw gateway --port 7860 --allow-unconfigured\n\
84
  ' > start.sh && chmod +x start.sh
85
 
86
  # Start the Space