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