SiraH commited on
Commit
daed334
·
verified ·
1 Parent(s): efa71a9

Sync Model

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN apt-get update -y && \
21
  rm -rf var/lib/apt/lists/*
22
 
23
  # Expose the desired port (e.g., 8000 for a FastAPI app)
24
- EXPOSE 8001
25
 
26
  # Default command to run the application
27
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8001", "--reload"]
 
21
  rm -rf var/lib/apt/lists/*
22
 
23
  # Expose the desired port (e.g., 8000 for a FastAPI app)
24
+ EXPOSE 7860
25
 
26
  # Default command to run the application
27
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]