ex510 commited on
Commit
a487724
·
verified ·
1 Parent(s): 696e98d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  COPY . .
15
 
16
  # Run the application
17
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
14
  COPY . .
15
 
16
  # Run the application
17
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]