NS-Genai commited on
Commit
715ab54
·
verified ·
1 Parent(s): a8147cf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN npm install -g openclaw@latest
25
  # Expose the Hugging Face web port
26
  EXPOSE 7860
27
 
28
- # Create a robust startup script that whitelists the Hugging Face proxy!
29
  RUN echo '#!/bin/bash\n\
30
  echo "Writing default OpenClaw configuration..."\n\
31
  cat <<EOF > /home/node/.openclaw/openclaw.json\n\
@@ -38,7 +38,8 @@ cat <<EOF > /home/node/.openclaw/openclaw.json\n\
38
  "token": "pelm-my-super-secret-password-123"\n\
39
  },\n\
40
  "controlUi": {\n\
41
- "allowInsecureAuth": true\n\
 
42
  }\n\
43
  },\n\
44
  "models": {\n\
 
25
  # Expose the Hugging Face web port
26
  EXPOSE 7860
27
 
28
+ # Create a robust startup script with the ultimate pairing bypass flag
29
  RUN echo '#!/bin/bash\n\
30
  echo "Writing default OpenClaw configuration..."\n\
31
  cat <<EOF > /home/node/.openclaw/openclaw.json\n\
 
38
  "token": "pelm-my-super-secret-password-123"\n\
39
  },\n\
40
  "controlUi": {\n\
41
+ "allowInsecureAuth": true,\n\
42
+ "dangerouslyDisableDeviceAuth": true\n\
43
  }\n\
44
  },\n\
45
  "models": {\n\