Skip to content

Commit 69cdec4

Browse files
ZePan110ashahba
authored andcommitted
Unified build.yaml file writing style (opea-project#1781)
Signed-off-by: ZePan110 <ze.pan@intel.com> Co-authored-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com> Signed-off-by: Chingis Yundunov <c.yundunov@datamonsters.com>
1 parent f2d95a9 commit 69cdec4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

EdgeCraftRAG/docker_image_build/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@
44
services:
55
edgecraftrag-server:
66
build:
7-
context: ..
7+
context: ../
88
args:
99
http_proxy: ${http_proxy}
1010
https_proxy: ${https_proxy}
1111
dockerfile: ./Dockerfile.server
1212
image: ${REGISTRY:-opea}/edgecraftrag-server:${TAG:-latest}
1313
edgecraftrag-ui:
1414
build:
15-
context: ..
15+
context: ../
1616
args:
1717
http_proxy: ${http_proxy}
1818
https_proxy: ${https_proxy}
1919
dockerfile: ./ui/docker/Dockerfile.ui
2020
image: ${REGISTRY:-opea}/edgecraftrag-ui:${TAG:-latest}
2121
edgecraftrag-ui-gradio:
2222
build:
23-
context: ..
23+
context: ../
2424
args:
2525
http_proxy: ${http_proxy}
2626
https_proxy: ${https_proxy}
2727
dockerfile: ./ui/docker/Dockerfile.gradio
2828
image: ${REGISTRY:-opea}/edgecraftrag-ui-gradio:${TAG:-latest}
2929
edgecraftrag:
3030
build:
31-
context: ..
31+
context: ../
3232
args:
3333
http_proxy: ${http_proxy}
3434
https_proxy: ${https_proxy}

0 commit comments

Comments
 (0)