diff --git a/a2a/docs/08-production-notes.md b/a2a/docs/08-production-notes.md index d00e21b..53fc5a4 100644 --- a/a2a/docs/08-production-notes.md +++ b/a2a/docs/08-production-notes.md @@ -217,7 +217,7 @@ EXPOSE 10999 # Health check HEALTHCHECK --interval=30s --timeout=5s --start-period=10s \ - CMD curl -f http://localhost:10999/health || exit 1 + CMD ["python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:10999/health')"] # Run CMD ["uv", "run", "business_agent"]