edit
This commit is contained in:
parent
0f2d5db8a3
commit
8e54ca0ceb
|
|
@ -1,4 +1,5 @@
|
||||||
path
|
path
|
||||||
__pycache__
|
__pycache__
|
||||||
images
|
images
|
||||||
uploads
|
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
|
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 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