Fix OpenClaw installation command in Dockerfile

This commit is contained in:
TechArtDev
2026-02-10 10:41:51 +02:00
committed by GitHub
parent 6ca2242cf0
commit b6f3ce0b86
+1 -1
View File
@@ -97,7 +97,7 @@ USER root
# Install OpenClaw globally # Install OpenClaw globally
RUN npm config set fund false && npm config set audit false \ RUN npm config set fund false && npm config set audit false \
&& npm install -g openclaw@2026.2.9-3 && npm install -g openclaw@2026.2.9
COPY run.sh /run.sh COPY run.sh /run.sh
COPY oc_config_helper.py /oc_config_helper.py COPY oc_config_helper.py /oc_config_helper.py