File size: 100 Bytes
302fc29
 
16efb6e
d23375c
415fe69
302fc29
d23375c
1
2
3
4
5
6
7
8
#!/bin/sh

# nohup redis-server &

python3 ingest.py

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