Update Dockerfile
Browse files- 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", "
|
|
|
|
| 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"]
|