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:
parent
09e50154d3
commit
805cd849fb
|
|
@ -14,7 +14,7 @@ pidfile=/tmp/supervisord.pid
|
||||||
|
|
||||||
; OpenClaw gateway process
|
; OpenClaw gateway process
|
||||||
[program:openclaw]
|
[program:openclaw]
|
||||||
command=node /app/openclaw/dist/openclaw.mjs
|
command=node /app/openclaw/dist/index.js
|
||||||
directory=/app/openclaw
|
directory=/app/openclaw
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue