NitinBot002 commited on
Commit
255d73a
·
verified ·
1 Parent(s): 4c165bf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,4 +45,4 @@ EXPOSE 7860
45
 
46
  # Define the command to run the application using Gunicorn
47
  # Ensure it binds to 0.0.0.0 to be accessible outside the container
48
- CMD ["dumb-init", "gunicorn", "--bind", "0.0.0.0:7860", "--timeout", "120", "app:app"]
 
45
 
46
  # Define the command to run the application using Gunicorn
47
  # Ensure it binds to 0.0.0.0 to be accessible outside the container
48
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "--timeout", "120", "app:app"]