fix(bridge): use correct openclaw entry point dist/index.js

openclaw package.json main=dist/index.js, not dist/openclaw.mjs.
The bin wrapper file is not copied into the Docker image.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-03-08 06:21:56 -07:00
parent 09e50154d3
commit 805cd849fb
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pidfile=/tmp/supervisord.pid
; OpenClaw gateway process
[program:openclaw]
command=node /app/openclaw/dist/openclaw.mjs
command=node /app/openclaw/dist/index.js
directory=/app/openclaw
autostart=true
autorestart=true