Skip to content

Commit e380c18

Browse files
lkk12014402chensuyue
authored andcommitted
Fix ui dockerfile. (#1909)
Signed-off-by: lkk <[email protected]> (cherry picked from commit ff66600)
1 parent ba0add7 commit e380c18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

AgentQnA/ui/docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ RUN git config --global user.name "opea" && \
4040

4141
WORKDIR /app/open-webui
4242

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

4645
WORKDIR /app
4746

0 commit comments

Comments
 (0)