Priyanshi Saxena commited on
Commit
96e7468
·
1 Parent(s): a33b0e1

Fix Dockerfile: Update CMD to use app.py instead of deleted app_fastapi.py

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,4 +34,4 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
34
  CMD curl -f http://localhost:7860/health || exit 1
35
 
36
  # Run the application
37
- CMD ["python", "app_fastapi.py"]
 
34
  CMD curl -f http://localhost:7860/health || exit 1
35
 
36
  # Run the application
37
+ CMD ["python", "app.py"]