Fix ui dockerfile. (#1909)

Signed-off-by: lkk <33276950+lkk12014402@users.noreply.github.com>
(cherry picked from commit ff66600ab4)
This commit is contained in:
lkk
2025-05-06 16:34:16 +08:00
committed by chensuyue
parent ba0add7690
commit e380c18d56

View File

@@ -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