KunalThakare279 commited on
Commit
46715e9
·
verified ·
1 Parent(s): d3781c6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,4 +34,4 @@ EXPOSE 8000
34
 
35
  # Run the application.
36
  ENTRYPOINT ["gunicorn", "app:app"]
37
- CMD ["--host", "0.0.0.0", "--port", "7860"]
 
34
 
35
  # Run the application.
36
  ENTRYPOINT ["gunicorn", "app:app"]
37
+ CMD ["-b", "0.0.0.0:7860"]