File size: 97 Bytes
302fc29
 
5d66516
d23375c
302fc29
 
d23375c
1
2
3
4
5
6
7
8
#!/bin/sh

nohup redis-server &

python ingest.py

uvicorn "main:app" --port 7860 --host 0.0.0.0