Soham0708 commited on
Commit
31ba716
·
verified ·
1 Parent(s): 48cbd6d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -58,4 +58,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
58
  COPY --chown=user . /app
59
 
60
  # Define the command to run the application
61
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "4"]
 
58
  COPY --chown=user . /app
59
 
60
  # Define the command to run the application
61
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]