From 62478d14fe9721fb813a8c6c1494c7367b26b4ad Mon Sep 17 00:00:00 2001 From: tierno Date: Thu, 9 Jan 2020 17:25:29 +0000 Subject: [PATCH] Bug 1015 LCM Dockerfile using new health check Change-Id: Iaeac6bc59c60bd37284f062a25209c50960383c1 Signed-off-by: tierno --- docker/LCM/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 5ee783f3..a18bcc92 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile @@ -140,7 +140,7 @@ ENV OSMLCM_VCA_JUJUPATH /usr/local/bin/juju # ENV OSMLCM_GLOBAL_LOGLEVEL DEBUG HEALTHCHECK --start-period=120s --interval=30s --timeout=30s --retries=1 \ - CMD python3 -m osm_lcm.lcm --health-check || exit 1 + CMD python3 -m osm_lcm.lcm_hc || exit 1 # Run app.py when the container launches -- 2.25.1