Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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:
|
|
|
|
| 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"]
|