srivatsavdamaraju commited on
Commit
0a06ff2
1 Parent(s): 756c3e3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ RUN pip install -r requirements.txt
25
  EXPOSE 7860
26
 
27
  # Command to run the application using Gunicorn with multiple threads
28
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "--threads", "6", "app2:app"]
 
25
  EXPOSE 7860
26
 
27
  # Command to run the application using Gunicorn with multiple threads
28
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "--threads", "6", "app3:app"]