Docker: add init: true to clawdbot-cli service (fixes #462)

This commit is contained in:
Pratham Dubey
2026-01-08 13:01:41 +05:30
committed by Peter Steinberger
parent f26b72514f
commit 742850adae

View File

@@ -35,4 +35,5 @@ services:
- ${CLAWDBOT_WORKSPACE_DIR}:/home/node/clawd
stdin_open: true
tty: true
init: true
entrypoint: ["node", "dist/index.js"]