pawanmau01 commited on
Commit
f2fa418
·
verified ·
1 Parent(s): 7198f8e

change port

Browse files
Files changed (1) hide show
  1. DockerFile +2 -2
DockerFile CHANGED
@@ -18,7 +18,7 @@ ENV FLASK_APP=run.py
18
  ENV FLASK_ENV=production
19
 
20
  # Expose the port the app runs on
21
- EXPOSE 3100
22
 
23
  # Define the command to run the application
24
- CMD ["gunicorn", "--bind", "0.0.0.0:3100", "run:app"]
 
18
  ENV FLASK_ENV=production
19
 
20
  # Expose the port the app runs on
21
+ EXPOSE 7860
22
 
23
  # Define the command to run the application
24
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "run:app"]