fix: add local build context to docker-compose (#65894)

Merged via squash.

Prepared head SHA: d8ad8d89b7
Reviewed-by: @sallyom
This commit is contained in:
imanewstudent
2026-04-29 07:29:30 +08:00
committed by GitHub
parent 9c9dcd4d5d
commit e2b825eba4

View File

@@ -1,6 +1,7 @@
services:
openclaw-gateway:
image: ${OPENCLAW_IMAGE:-openclaw:local}
build: .
environment:
HOME: /home/node
TERM: xterm-256color