ashwinR commited on
Commit
b945c82
1 Parent(s): 7ce49a9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ COPY ./ .
31
  # Expose the backend port (change this if your FastAPI app uses a different port)
32
  EXPOSE 7860
33
 
34
- CMD ["gunicorn", "main:app", "-w", "4", "--bind", "0.0.0.0:7860"]
 
31
  # Expose the backend port (change this if your FastAPI app uses a different port)
32
  EXPOSE 7860
33
 
34
+ CMD ["gunicorn", "app:app", "-w", "4", "--bind", "0.0.0.0:7860"]