mirror of https://github.com/openclaw/openclaw.git
Docker: add init: true to clawdbot-cli service (fixes #462)
This commit is contained in:
parent
f26b72514f
commit
742850adae
|
|
@ -35,4 +35,5 @@ services:
|
|||
- ${CLAWDBOT_WORKSPACE_DIR}:/home/node/clawd
|
||||
stdin_open: true
|
||||
tty: true
|
||||
init: true
|
||||
entrypoint: ["node", "dist/index.js"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue