Spaces:
Running
Running
Update entrypoint.sh
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
redis-server &
|
2 |
-
uvicorn main:app --port 7860 --host 0.0.0.0 --
|
|
|
1 |
redis-server &
|
2 |
+
uvicorn main:app --port 7860 --host 0.0.0.0 --reload
|