diff --git a/Dockerfile b/Dockerfile index 74e1c30..5ce0b95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,6 +53,6 @@ RUN ["chmod", "g+w", "."] RUN ["chmod", "+x", "./bootstrap.sh"] HEALTHCHECK --interval=30s --retries=3 --timeout=1s \ -CMD curl -f http://localhost:${LD_SERVER_PORT:-9090}/health || exit 1 +CMD curl -f http://localhost:${LD_SERVER_PORT:-9090}/${LD_CONTEXT_PATH}health || exit 1 CMD ["./bootstrap.sh"]