Merge branch 'main' into nightly-cancel

This commit is contained in:
ZePan110
2025-05-06 16:35:38 +08:00
committed by GitHub

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