Leesn465 commited on
Commit
92dd6da
·
verified ·
1 Parent(s): 748bd71

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,5 +16,5 @@ RUN pip install --no-cache-dir -r requirements.txt
16
 
17
  COPY . .
18
 
19
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
20
 
 
16
 
17
  COPY . .
18
 
19
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
20