From 1d746685f1d61f36182d67ff7f24f0f0a18a4c66 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Thu, 13 Dec 2018 17:24:29 -0500 Subject: Restore list of expected CM deployments Remove unneeded npm install from Dockerfile Add README Change-Id: I671217e7e30c041759effbe173a9b28a8f4a8f29 Issue-ID: DCAEGEN2-988 Signed-off-by: Jack Lucas --- healthcheck-container/Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'healthcheck-container/Dockerfile') diff --git a/healthcheck-container/Dockerfile b/healthcheck-container/Dockerfile index 10a6488..ac61e1b 100644 --- a/healthcheck-container/Dockerfile +++ b/healthcheck-container/Dockerfile @@ -21,6 +21,5 @@ RUN mkdir -p /opt/app COPY *.js /opt/app/ COPY package.json /opt/app/ WORKDIR /opt/app -RUN npm install --only=production EXPOSE 80 ENTRYPOINT ["/usr/local/bin/node", "healthcheck.js"] -- cgit 1.2.3-korg