Nirav Madhani commited on
Commit
cddb79a
·
1 Parent(s): db007c9

Update port

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -29,7 +29,7 @@ COPY main.py /app/octo
29
  COPY app.py /app/octo
30
 
31
  # Expose port 8000 for the API
32
- EXPOSE 8000
33
 
34
  # Run the API with Uvicorn
35
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
29
  COPY app.py /app/octo
30
 
31
  # Expose port 8000 for the API
32
+ EXPOSE 7860
33
 
34
  # Run the API with Uvicorn
35
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]