summaryrefslogtreecommitdiffstats
path: root/healthcheck-container/Dockerfile
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2018-12-13 17:24:29 -0500
committerJack Lucas <jflucas@research.att.com>2018-12-13 17:26:36 -0500
commit1d746685f1d61f36182d67ff7f24f0f0a18a4c66 (patch)
tree446ec4500108d9b415d9bc5026d8a8788f7c2c0b /healthcheck-container/Dockerfile
parentf3f9d04cfd325ac427d7a6a6f1596bc2d5c40970 (diff)
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 <jflucas@research.att.com>
Diffstat (limited to 'healthcheck-container/Dockerfile')
-rw-r--r--healthcheck-container/Dockerfile1
1 files changed, 0 insertions, 1 deletions
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"]