Soham0708 commited on
Commit
06fd36f
·
verified ·
1 Parent(s): 1993589

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -57,5 +57,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
57
  # Copy the application code
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"]
 
57
  # Copy the application code
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"]