From d1a33b262e9df157b7016cc6552a749003bee61d Mon Sep 17 00:00:00 2001 From: chamunks Date: Fri, 1 Jun 2018 16:44:39 -0400 Subject: [PATCH] Added untested healthcheck --- www.spee.ch/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www.spee.ch/Dockerfile b/www.spee.ch/Dockerfile index e385b85..576d39b 100644 --- a/www.spee.ch/Dockerfile +++ b/www.spee.ch/Dockerfile @@ -15,7 +15,9 @@ RUN npm update && \ ## Install container support files RUN source <(curl -s https://raw.githubusercontent.com/chamunks/docker-support/master/bin/install) ADD ./docker-entrypoint.sh /bin/docker-entrypoint +ADD ./healthcheck.sh /bin/healthcheck +HEALTHCHECK CMD healthcheck EXPOSE 3000 USER speech WORKDIR /app/