Skip to content

Commit 64fefc8

Browse files
lkk12014402cogniware-devops
authored andcommitted
Fix ui dockerfile. (opea-project#1909)
Signed-off-by: lkk <33276950+lkk12014402@users.noreply.github.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
1 parent 61778fb commit 64fefc8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)