Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,4 +19,4 @@ ENV HF_HOME=/app/.cache
|
|
19 |
# Remove the EXPOSE port and Gunicorn part
|
20 |
|
21 |
# Run the Flask app directly
|
22 |
-
CMD ["python", "
|
|
|
19 |
# Remove the EXPOSE port and Gunicorn part
|
20 |
|
21 |
# Run the Flask app directly
|
22 |
+
CMD ["python", "app.py"]
|