Shabi23 commited on
Commit
480cf2c
·
verified ·
1 Parent(s): 2284a93

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ EXPOSE 7680
23
  ENV PORT=7680
24
 
25
  # Run the application using Gunicorn
26
- CMD ["gunicorn", "--bind", "0.0.0.0:7680", "application:application"]
 
23
  ENV PORT=7680
24
 
25
  # Run the application using Gunicorn
26
+ CMD ["gunicorn", "-b", "0.0.0.0:7680", "application:application"]