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