Mbonea commited on
Commit
b0a1987
·
1 Parent(s): 9e798a1

changed port

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
12
  pip install --no-cache-dir -r requirements.txt
13
 
14
  # Expose the port the app runs on
15
- EXPOSE 8000
16
 
17
  # Command to run the FastAPI app using Uvicorn
18
- CMD ["uvicorn", "App.app:app", "--host", "0.0.0.0", "--port", "8000"]
 
12
  pip install --no-cache-dir -r requirements.txt
13
 
14
  # Expose the port the app runs on
15
+ EXPOSE 7860
16
 
17
  # Command to run the FastAPI app using Uvicorn
18
+ CMD ["uvicorn", "App.app:app", "--host", "0.0.0.0", "--port", "7860"]