Shabi23 commited on
Commit
01298bc
·
verified ·
1 Parent(s): 0ab6891

Upload Dockerfile

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