fix(honcho): correct build context path

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