Add build context for moltbot services

This commit is contained in:
Saket Poswal 2026-01-29 16:30:10 +05:30 committed by GitHub
parent c41ea252b0
commit 29e8acf855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
services:
moltbot-gateway:
build: .
image: ${CLAWDBOT_IMAGE:-moltbot:local}
environment:
HOME: /home/node
@ -28,6 +29,7 @@ services:
]
moltbot-cli:
build: .
image: ${CLAWDBOT_IMAGE:-moltbot:local}
environment:
HOME: /home/node