edit gunicorn
This commit is contained in:
+1
-1
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
RUN pip install gunicorn
|
RUN pip install gunicorn
|
||||||
CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"]
|
CMD ["gunicorn", "-w", "4", "app:app"]
|
||||||
Reference in New Issue
Block a user