mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-17 21:26:26 +00:00
Update Dockerfile
This commit is contained in:
parent
133863e601
commit
ec61b80fd3
@ -20,4 +20,4 @@ RUN pip install gunicorn
|
|||||||
|
|
||||||
EXPOSE 5001
|
EXPOSE 5001
|
||||||
|
|
||||||
CMD ["gunicorn", "-w", "2","-timeout", "120", "--bind", "0.0.0.0:5001", "wsgi:app"]
|
CMD ["gunicorn", "-w", "2", "--timeout", "120", "--bind", "0.0.0.0:5001", "wsgi:app"]
|
||||||
|
Loading…
Reference in New Issue
Block a user