Docker: add init: true to clawdbot-cli service (fixes #462)
This commit is contained in:
parent
f26b72514f
commit
742850adae
1 changed files with 1 additions and 0 deletions
|
|
@ -35,4 +35,5 @@ services:
|
||||||
- ${CLAWDBOT_WORKSPACE_DIR}:/home/node/clawd
|
- ${CLAWDBOT_WORKSPACE_DIR}:/home/node/clawd
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
|
init: true
|
||||||
entrypoint: ["node", "dist/index.js"]
|
entrypoint: ["node", "dist/index.js"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue