Update Dockerfile
This commit is contained in:
parent
da35cb1a90
commit
9c151b0b21
1 changed files with 3 additions and 1 deletions
|
|
@ -27,4 +27,6 @@ COPY cognee/ /app/cognee
|
||||||
COPY entrypoint.sh /app/entrypoint.sh
|
COPY entrypoint.sh /app/entrypoint.sh
|
||||||
RUN chmod +x /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"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue