Clone04 commited on
Commit
0e207eb
1 Parent(s): a25ce6c

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
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