We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0add7 commit e380c18Copy full SHA for e380c18
1 file changed
AgentQnA/ui/docker/Dockerfile
@@ -40,8 +40,7 @@ RUN git config --global user.name "opea" && \
40
41
WORKDIR /app/open-webui
42
43
-RUN git checkout ${WEBUI_VERSION} && \
44
- if [ -d patches ] && [ "$(ls -A patches)" ]; then git am /app/patches/*.patch; fi
+RUN git checkout ${WEBUI_VERSION} && git am /app/patches/*.patch
45
46
WORKDIR /app
47
0 commit comments