shubhendu-ghosh commited on
Commit
2364f2e
·
verified ·
1 Parent(s): ca843c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -7,6 +7,6 @@ COPY app/ app/
7
 
8
  RUN pip install --no-cache-dir -r requirements.txt
9
 
10
- EXPOSE 8000
11
 
12
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
 
7
 
8
  RUN pip install --no-cache-dir -r requirements.txt
9
 
10
+ EXPOSE 7860
11
 
12
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]