NitinBot002 commited on
Commit
5814503
·
verified ·
1 Parent(s): a92109b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -46,4 +46,4 @@ USER appuser
46
  # --- THIS IS THE SECOND CRITICAL FIX ---
47
  # The command MUST listen on the port Render provides via the $PORT environment variable.
48
  # Hardcoding a port like 7860 will cause health check failures on Render.
49
- CMD ["gunicorn", "app:app", "--bind", "0.0.0.0:$PORT"]
 
46
  # --- THIS IS THE SECOND CRITICAL FIX ---
47
  # The command MUST listen on the port Render provides via the $PORT environment variable.
48
  # Hardcoding a port like 7860 will cause health check failures on Render.
49
+ CMD ["gunicorn", "app:app", "--bind", "0.0.0.0:7860"]