ManTea commited on
Commit
52817c5
·
1 Parent(s): cadb68d
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -20,7 +20,7 @@ RUN pip install --no-cache-dir -r requirements.txt
20
  COPY . .
21
 
22
  # Expose port
23
- EXPOSE 8000
24
 
25
  # Command to run the application
26
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
20
  COPY . .
21
 
22
  # Expose port
23
+ EXPOSE 7860
24
 
25
  # Command to run the application
26
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]