Spaces:
Running
Running
Create entrypoint.sh
Browse files- entrypoint.sh +2 -0
entrypoint.sh
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
redis-server &
|
2 |
+
uvicorn main:app --port 7860 --workers 6 --host 0.0.0.0
|