diff --git a/EdgeCraftRAG/docker_image_build/build.yaml b/EdgeCraftRAG/docker_image_build/build.yaml index c4f2189deb..9c80955d9e 100644 --- a/EdgeCraftRAG/docker_image_build/build.yaml +++ b/EdgeCraftRAG/docker_image_build/build.yaml @@ -4,7 +4,7 @@ services: edgecraftrag-server: build: - context: .. + context: ../ args: http_proxy: ${http_proxy} https_proxy: ${https_proxy} @@ -12,7 +12,7 @@ services: image: ${REGISTRY:-opea}/edgecraftrag-server:${TAG:-latest} edgecraftrag-ui: build: - context: .. + context: ../ args: http_proxy: ${http_proxy} https_proxy: ${https_proxy} @@ -20,7 +20,7 @@ services: image: ${REGISTRY:-opea}/edgecraftrag-ui:${TAG:-latest} edgecraftrag-ui-gradio: build: - context: .. + context: ../ args: http_proxy: ${http_proxy} https_proxy: ${https_proxy} @@ -28,7 +28,7 @@ services: image: ${REGISTRY:-opea}/edgecraftrag-ui-gradio:${TAG:-latest} edgecraftrag: build: - context: .. + context: ../ args: http_proxy: ${http_proxy} https_proxy: ${https_proxy}