From 4ea01b9d304fc23400d233a7bd96327989db855b Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:52:05 +0100 Subject: [PATCH] fix: fixes cognee backend on windows --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ea9da9dd6..ec32ba08d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -30,4 +30,4 @@ if [ "$ENVIRONMENT" = "dev" ]; then else gunicorn -w 3 -k uvicorn.workers.UvicornWorker -t 30000 --bind=0.0.0.0:8000 --log-level error cognee.api.client:app # python ./cognee/api/client.py -fi +fi \ No newline at end of file