AdeshJain commited on
Commit
23a8c49
·
verified ·
1 Parent(s): 61939dd

Upload Dockerfile

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