From 603cb60aa460350545af5a5e2603acf5917dafe6 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Fri, 19 Jun 2026 17:13:35 +0800 Subject: [PATCH] fix(honcho): correct build context path --- honcho/stack.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/honcho/stack.yml b/honcho/stack.yml index d55d23e..f7f82f5 100644 --- a/honcho/stack.yml +++ b/honcho/stack.yml @@ -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 @@ -158,4 +158,4 @@ services: networks: honcho-net: - driver: bridge \ No newline at end of file + driver: bridge