mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 06:55:37 +01:00
Add gunicorn
This commit is contained in:
@@ -34,4 +34,4 @@ EXPOSE 8080
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
CMD uvicorn main:app --host="0.0.0.0" --port="8080"
|
||||
CMD gunicorn -k uvicorn.workers.UvicornWorker main:app --bind 0.0.0.0:8080
|
||||
|
||||
Reference in New Issue
Block a user