Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,4 +17,4 @@ COPY app.py .
|
|
| 17 |
EXPOSE 7860
|
| 18 |
|
| 19 |
# Command to run the application using Gunicorn
|
| 20 |
-
CMD ["gunicorn", "--bind", "0.0.0.0:
|
|
|
|
| 17 |
EXPOSE 7860
|
| 18 |
|
| 19 |
# Command to run the application using Gunicorn
|
| 20 |
+
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
|