nurfarah57 commited on
Commit
6690e40
·
verified ·
1 Parent(s): 673ce7c

Update Dockerfile

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