sreepathi-ravikumar commited on
Commit
5b75f6d
·
verified ·
1 Parent(s): f14258f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
12
  COPY app.py ./
13
 
14
  # Expose port 5000 (Flask default)
15
- EXPOSE 5000
16
 
17
  # Run the Flask app
18
  CMD ["python", "app.py"]
 
12
  COPY app.py ./
13
 
14
  # Expose port 5000 (Flask default)
15
+ EXPOSE 7860
16
 
17
  # Run the Flask app
18
  CMD ["python", "app.py"]