mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
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
|
- ${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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user