File tree 1 file changed +4
-4
lines changed
EdgeCraftRAG/docker_image_build
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
services :
5
5
edgecraftrag-server :
6
6
build :
7
- context : ..
7
+ context : ../
8
8
args :
9
9
http_proxy : ${http_proxy}
10
10
https_proxy : ${https_proxy}
11
11
dockerfile : ./Dockerfile.server
12
12
image : ${REGISTRY:-opea}/edgecraftrag-server:${TAG:-latest}
13
13
edgecraftrag-ui :
14
14
build :
15
- context : ..
15
+ context : ../
16
16
args :
17
17
http_proxy : ${http_proxy}
18
18
https_proxy : ${https_proxy}
19
19
dockerfile : ./ui/docker/Dockerfile.ui
20
20
image : ${REGISTRY:-opea}/edgecraftrag-ui:${TAG:-latest}
21
21
edgecraftrag-ui-gradio :
22
22
build :
23
- context : ..
23
+ context : ../
24
24
args :
25
25
http_proxy : ${http_proxy}
26
26
https_proxy : ${https_proxy}
27
27
dockerfile : ./ui/docker/Dockerfile.gradio
28
28
image : ${REGISTRY:-opea}/edgecraftrag-ui-gradio:${TAG:-latest}
29
29
edgecraftrag :
30
30
build :
31
- context : ..
31
+ context : ../
32
32
args :
33
33
http_proxy : ${http_proxy}
34
34
https_proxy : ${https_proxy}
You can’t perform that action at this time.
0 commit comments