update readme for trackin AU
This commit is contained in:
parent
1cd6b3a108
commit
4eb3dda0e1
|
|
@ -2,4 +2,5 @@ path
|
|||
__pycache__
|
||||
images
|
||||
uploads
|
||||
venv
|
||||
log.log
|
||||
|
|
@ -4,7 +4,7 @@ Run client: npm run dev or npm run build && npm run preview
|
|||
|
||||
Run server uvicorn main:app --reload
|
||||
|
||||
nohup uvicorn main:app --host 172.16.6.38 --port 8080 > log.log 2>&1 &
|
||||
nohup uvicorn main:app --host 172.16.6.38 --port 8081 > log.log 2>&1 &
|
||||
|
||||
ps aux | grep uvicorn
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue