1MR commited on
Commit
f3f8001
·
verified ·
1 Parent(s): 3f1fbb7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN pip install --no-cache-dir -r requirements.txt
18
  EXPOSE 8000
19
 
20
  # Command to run the app
21
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
18
  EXPOSE 8000
19
 
20
  # Command to run the app
21
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]