edit
This commit is contained in:
parent
0f2d5db8a3
commit
8e54ca0ceb
|
|
@ -2,3 +2,4 @@ path
|
|||
__pycache__
|
||||
images
|
||||
uploads
|
||||
log.log
|
||||
|
|
@ -5,3 +5,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 &
|
||||
|
||||
ps aux | grep uvicorn
|
||||
|
||||
truncate -s 0 log.log
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue