muzammil-eds commited on
Commit
fcafb91
·
1 Parent(s): ae7455e

Files added

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -25,5 +25,5 @@ RUN pip install --no-cache-dir -r requirements.txt
25
  # Expose the port Flask will run on
26
  EXPOSE 7860
27
 
28
- # Command to run Gunicorn in production
29
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:app"]
 
25
  # Expose the port Flask will run on
26
  EXPOSE 7860
27
 
28
+ # Command to run app
29
+ CMD ["python3", "app.py"]