Update Dockerfile
Browse files- 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
|
| 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
|
|
|
|
| 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\
|