Sujith2121 commited on
Commit
ec29d83
·
verified ·
1 Parent(s): f384b4e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
11
  COPY app.py .
12
  COPY models/ ./models/
13
 
14
- EXPOSE 8000
15
 
16
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
17
 
 
11
  COPY app.py .
12
  COPY models/ ./models/
13
 
14
+ EXPOSE 7860
15
 
16
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
17