File tree Expand file tree Collapse file tree
EdgeCraftRAG/docker_image_build Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44services :
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}
You can’t perform that action at this time.
0 commit comments