summaryrefslogtreecommitdiffstats
path: root/healthcheck-container/Dockerfile
diff options
context:
space:
mode:
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"]