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