update readme for trackin AU

This commit is contained in:
Joseph Le 2026-05-15 16:15:56 +07:00
parent 1cd6b3a108
commit 4eb3dda0e1
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@ path
__pycache__
images
uploads
venv
log.log

View File

@ -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