mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 15:05:37 +01:00
Add gunicorn
This commit is contained in:
@@ -37,4 +37,4 @@ COPY ./scripts/healthcheck.py /root/healthcheck.py
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
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