mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
Update Dockerfile
This commit is contained in:
@@ -20,4 +20,4 @@ RUN pip install gunicorn
|
||||
|
||||
EXPOSE 5001
|
||||
|
||||
CMD ["gunicorn", "-w", "6", "--bind", "0.0.0.0:5001", "wsgi:app"]
|
||||
CMD ["gunicorn", "-w", "2", "--bind", "0.0.0.0:5001", "wsgi:app"]
|
||||
|
||||
Reference in New Issue
Block a user