diff --git a/Dockerfile b/Dockerfile index 148df0df..1262a6f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,6 @@ COPY cognee/ /app/cognee COPY entrypoint.sh /app/entrypoint.sh RUN chmod +x /app/entrypoint.sh +RUN sed -i 's/\r$//' /app/entrypoint.sh + ENTRYPOINT ["/app/entrypoint.sh"]