ykl45 commited on
Commit
b4a6213
·
verified ·
1 Parent(s): 454b790

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ WORKDIR /app
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Command to run the application
14
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Command to run the application
14
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]