Update Dockerfile

pull/161/head
Alex 2 years ago
parent a9672bc4a2
commit 3767b85958

@ -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"]

Loading…
Cancel
Save