From 5654e38bc92bd9c038c2df96de98171b9a99af90 Mon Sep 17 00:00:00 2001 From: YiQiu Jia Date: Mon, 7 Jul 2025 15:33:15 +0800 Subject: [PATCH] test --- docker/Dockerfile.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.patch b/docker/Dockerfile.patch index 54ba26442f..b07ebc6d13 100644 --- a/docker/Dockerfile.patch +++ b/docker/Dockerfile.patch @@ -4,6 +4,6 @@ RUN apt-get update && apt-get install -y git \ && rm -rf /var/lib/apt/lists/* COPY my_endnode_streaming.patch /app/my_endnode_streaming.patch -RUN git apply my_endnode_streaming.patch +RUN cd /app && git apply my_endnode_streaming.patch # docker build -f docker/Dockerfile.patch -t land007/dify-api:1.5.1 . \ No newline at end of file