pull/21981/head
YiQiu Jia 11 months ago
parent da091d4976
commit 5654e38bc9

@ -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 .
Loading…
Cancel
Save