abubasith86 commited on
Commit
5b43591
·
verified ·
1 Parent(s): 6fff440

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -59,4 +59,4 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
59
  CMD curl -f http://localhost:7860/api/health || exit 1
60
 
61
  # Run the application (adjust filename if different)
62
- CMD ["python", "app.py"]
 
59
  CMD curl -f http://localhost:7860/api/health || exit 1
60
 
61
  # Run the application (adjust filename if different)
62
+ CMD ["python", "main.py"]