mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-03-04 12:54:54 +00:00
Fixed request length bug, changed to as less used port
This commit is contained in:
@@ -18,6 +18,6 @@ COPY . /app
|
||||
ENV FLASK_APP=app.py
|
||||
ENV FLASK_DEBUG=true
|
||||
|
||||
EXPOSE 5001
|
||||
EXPOSE 7091
|
||||
|
||||
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:7091", "wsgi:app"]
|
||||
|
||||
Reference in New Issue
Block a user