diff --git a/Dockerfile b/Dockerfile index 148df0dfe..7a98da958 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 -ENTRYPOINT ["/app/entrypoint.sh"] +RUN sed -i 's/\r$//' /app/entrypoint.sh + +# ENTRYPOINT ["/app/entrypoint.sh"]