samiulttr commited on
Commit
12ebae6
·
verified ·
1 Parent(s): 23f6bd3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ EXPOSE 7860
26
  HEALTHCHECK --interval=60s --timeout=10s --start-period=15s \
27
  CMD curl -f http://localhost:7860/health || exit 1
28
 
29
- CMD ["python", "app.py"]
 
26
  HEALTHCHECK --interval=60s --timeout=10s --start-period=15s \
27
  CMD curl -f http://localhost:7860/health || exit 1
28
 
29
+ CMD ["python", "agents.py"]