Docker: add init: true to clawdbot-cli service (fixes #462)
This commit is contained in:
committed by
Peter Steinberger
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"]
|
||||
|
||||
Reference in New Issue
Block a user