raj-tomar001 commited on
Commit
5329dd4
·
verified ·
1 Parent(s): 354a3b5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ COPY . .
14
  EXPOSE 7860
15
 
16
  # Run the Flask app
17
- CMD ["python", "app.py"]
 
14
  EXPOSE 7860
15
 
16
  # Run the Flask app
17
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]