muzammil-eds commited on
Commit
c17dbb2
·
1 Parent(s): d9d3e5f

Files added

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY . /app
15
  RUN pip install -r requirements.txt
16
 
17
  # Expose the port Flask will run on
18
- EXPOSE 7860
19
 
20
  # Command to run the Flask app
21
  CMD ["python", "app.py"]
 
15
  RUN pip install -r requirements.txt
16
 
17
  # Expose the port Flask will run on
18
+ EXPOSE 5000
19
 
20
  # Command to run the Flask app
21
  CMD ["python", "app.py"]