NitinBot002 commited on
Commit
6f3c717
·
verified ·
1 Parent(s): 8493591

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,4 +45,4 @@ USER appuser
45
 
46
  # The command to run the application.
47
  # Gunicorn is now in the $PATH, and the 'appuser' has permission to run it.
48
- CMD ["gunicorn", "app:app", "--bind", "0.0.0.0:$PORT"]
 
45
 
46
  # The command to run the application.
47
  # Gunicorn is now in the $PATH, and the 'appuser' has permission to run it.
48
+ CMD ["gunicorn", "app:app", "--bind", "0.0.0.0:7860"]