Ritesh-hf commited on
Commit
fd9eea9
·
verified ·
1 Parent(s): 9f4db58

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -30,7 +30,7 @@ ENV FLASK_APP=app.py
30
  ENV FLASK_ENV=production
31
 
32
  # Expose the port that the Flask app runs on
33
- EXPOSE 7860
34
 
35
  # Set the command to start the application using Gunicorn with Eventlet
36
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "-k", "eventlet", "app:app"]
 
30
  ENV FLASK_ENV=production
31
 
32
  # Expose the port that the Flask app runs on
33
+ EXPOSE 8080
34
 
35
  # Set the command to start the application using Gunicorn with Eventlet
36
+ CMD ["python", "app.py"]