Anwarkh1 commited on
Commit
e109f60
·
verified ·
1 Parent(s): d94480d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
  COPY . .
15
 
16
  # Command to run the FastAPI server
17
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
14
  COPY . .
15
 
16
  # Command to run the FastAPI server
17
+ CMD ["gunicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]