Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,5 +12,5 @@ COPY . .
|
|
| 12 |
# Make port 7860 available (Hugging Face default)
|
| 13 |
ENV PORT=7860
|
| 14 |
|
| 15 |
-
# Run the application
|
| 16 |
CMD gunicorn --bind 0.0.0.0:${PORT} app:app
|
|
|
|
| 12 |
# Make port 7860 available (Hugging Face default)
|
| 13 |
ENV PORT=7860
|
| 14 |
|
| 15 |
+
# Run the application using gunicorn
|
| 16 |
CMD gunicorn --bind 0.0.0.0:${PORT} app:app
|