fix(honcho): correct build context path

This commit is contained in:
2026-06-19 17:13:35 +08:00
parent c06984a268
commit 603cb60aa4
+2 -2
View File
@@ -21,7 +21,7 @@
services:
api:
build:
context: ${Volumes_Path}/honcho/source
context: ${Volumes_Path}/source
dockerfile: Dockerfile
container_name: honcho-api
restart: unless-stopped
@@ -72,7 +72,7 @@ services:
deriver:
build:
context: ${Volumes_Path}/honcho/source
context: ${Volumes_Path}/source
dockerfile: Dockerfile
container_name: honcho-deriver
restart: unless-stopped