Update run.sh
Browse files
run.sh
CHANGED
@@ -7,7 +7,7 @@ service nginx start
|
|
7 |
python -m http.server --directory ./static --bind 0.0.0.0 8000 & echo $! > http_server.pid
|
8 |
|
9 |
# Start the Uvicorn server for the backend
|
10 |
-
uvicorn "app:app" --port 7860 --host 0.0.0.0 &
|
11 |
|
12 |
chmod +x /home/pn/app/build/linuxBuild.x86_64
|
13 |
|
|
|
7 |
python -m http.server --directory ./static --bind 0.0.0.0 8000 & echo $! > http_server.pid
|
8 |
|
9 |
# Start the Uvicorn server for the backend
|
10 |
+
#uvicorn "app:app" --port 7860 --host 0.0.0.0 &
|
11 |
|
12 |
chmod +x /home/pn/app/build/linuxBuild.x86_64
|
13 |
|