cognee/level_2/entrypoint.sh
2023-08-17 17:30:40 +02:00

6 lines
No EOL
192 B
Bash
Executable file

#!/bin/bash
export ENVIRONMENT
#python fetch_secret.py
# Start Gunicorn
gunicorn -w 2 -k uvicorn.workers.UvicornWorker -t 120 --bind=0.0.0.0:8000 --bind=0.0.0.0:443 --log-level debug api:app