Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions AgentQnA/ui/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ RUN git config --global user.name "opea" && \

WORKDIR /app/open-webui

RUN git checkout ${WEBUI_VERSION} && \
if [ -d patches ] && [ "$(ls -A patches)" ]; then git am /app/patches/*.patch; fi
RUN git checkout ${WEBUI_VERSION} && git am /app/patches/*.patch

WORKDIR /app

Expand Down