Update Dockerfile

This commit is contained in:
Vasilije 2024-06-24 21:01:42 +02:00 committed by GitHub
parent da35cb1a90
commit 9c151b0b21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]