diff --git a/README.md b/README.md index 38df7cc..de6678b 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,8 @@ ### 실행 명령어 ```bash uvicorn main:app --reload +``` + +```bash +gunicorn main:app --workers 2 --worker-class uvicorn.workers.UvicornWorker --access-logfile ./log.log ``` \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 1e2610c..76cc255 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,5 @@ bcrypt python-multipart websockets base64 -BytesIO \ No newline at end of file +BytesIO +gunicorn \ No newline at end of file