AdarshJi commited on
Commit
7a09300
·
verified ·
1 Parent(s): 612a652

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  EXPOSE 7860
15
 
16
  # Command to run the app using Gunicorn
17
- CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "app:app"]
 
14
  EXPOSE 7860
15
 
16
  # Command to run the app using Gunicorn
17
+ CMD ["flask", "run", "--host", "0.0.0.0", "--port", "7860"]