remove gunicorn
This commit is contained in:
+1
-2
@@ -7,5 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
RUN pip install gunicorn
|
CMD ["python", "app.py"]
|
||||||
CMD ["gunicorn", "-w", "4", "app:app"]
|
|
||||||
Reference in New Issue
Block a user