zeeshanali01 commited on
Commit
7d2732a
·
verified ·
1 Parent(s): 6d12f0d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -13,8 +13,5 @@ RUN pip install --no-cache-dir -r requirements.txt
13
  # Copy the rest of the application code
14
  COPY . .
15
 
16
- # Expose the port FastAPI runs on
17
- EXPOSE 8000
18
-
19
  # Command to run the FastAPI application
20
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
13
  # Copy the rest of the application code
14
  COPY . .
15
 
 
 
 
16
  # Command to run the FastAPI application
17
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]