katara / run.sh
Daniel Marques
feat: v1
ceffe74
raw
history blame
No virus
129 Bytes
# Redis Support uncomment this lines
# redis-cli --version
# nohup redis-server &
uvicorn "main:app" --port 7860 --host 0.0.0.0