Ani14 commited on
Commit
14c111c
·
verified ·
1 Parent(s): 7eb41d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN pip install opencv-python-headless
15
  COPY . .
16
 
17
  # Expose the port
18
- EXPOSE 8000
19
 
20
  # Run the command to start the development server
21
- CMD ["uvicorn", "predict:app", "--host", "0.0.0.0", "--port", "8000"]
 
15
  COPY . .
16
 
17
  # Expose the port
18
+ EXPOSE 7860
19
 
20
  # Run the command to start the development server
21
+ CMD ["uvicorn", "predict:app", "--host", "0.0.0.0", "--port", "7860"]