Shabi23 commited on
Commit
42761c3
·
verified ·
1 Parent(s): fba8c97

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "application.py"]
 
19
  # Remove the EXPOSE port and Gunicorn part
20
 
21
  # Run the Flask app directly
22
+ CMD ["python", "app.py"]