@@ -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:
debug:
python3 server.py