Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,5 +21,5 @@ COPY preprocessor.pkl /app/
|
|
| 21 |
EXPOSE 5000
|
| 22 |
|
| 23 |
# Define the command to run the Flask application using Gunicorn
|
| 24 |
-
CMD ["gunicorn", "--bind", "0.0.0.0:
|
| 25 |
|
|
|
|
| 21 |
EXPOSE 5000
|
| 22 |
|
| 23 |
# Define the command to run the Flask application using Gunicorn
|
| 24 |
+
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
|
| 25 |
|