From cd030e7587dbbf6d332a226e747e86f49a2c1b69 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 24 Aug 2018 18:39:24 -0700 Subject: [PATCH] app: new folder for 0 downtime checks :D --- Dockerfile | 1 + app/CHECKS | 1 + 2 files changed, 2 insertions(+) create mode 100644 app/CHECKS diff --git a/Dockerfile b/Dockerfile index d1443a7..32c4993 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ COPY ./templates /site/templates COPY ./blog /site/blog COPY ./css /site/css COPY ./run.sh /site/run.sh +COPY ./app /app HEALTHCHECK CMD wget --spider http://127.0.0.1:5000 || exit 1 CMD /site/run.sh diff --git a/app/CHECKS b/app/CHECKS new file mode 100644 index 0000000..adfecdb --- /dev/null +++ b/app/CHECKS @@ -0,0 +1 @@ +/ Christine \ No newline at end of file