Browse Source

修改Makefile

leon 1 week ago
parent
commit
ed080df681
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Makefile

+ 0 - 2
Makefile

@@ -1,5 +1,4 @@
 start:
-	@cd server && \
 	gunicorn -w 2 -b 0.0.0.0:18000 -k uvicorn.workers.UvicornWorker server:app --daemon
 	@sleep 1s
 	@ps -ef | grep gunicorn
@@ -17,7 +16,6 @@ status:
 	@ps -ef | grep gunicorn 
 
 debug:
-	@cd server && \
 	python3 server.py