Why cant we use the openclaw-cli command in docker container? From OpenClaw website it seems it supposed to be available https://docs.openclaw.ai/install/docker *Edit* I've changed the post arguments to this, and now its working sh -c "mkdir -p /root/.openclaw /home/linuxbrew; [ -s /root/.openclaw/openclaw.json ] || echo '{\"gateway\":{\"mode\":\"local\",\"bind\":\"lan\",\"controlUi\":{\"allowInsecureAuth\":true},\"auth\":{\"mode\":\"token\"}}}' > /root/.openclaw/openclaw.json; echo 'alias openclaw-cli=\"node dist/index.js\"' >> ~/.bashrc; exec node dist/index.js gateway --bind lan"