Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilije1990 authored Jun 24, 2024
1 parent da35cb1 commit 9c151b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 9c151b0

Please sign in to comment.