aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-08-24 18:39:24 -0700
committerChristine Dodrill <me@christine.website>2018-08-24 18:39:24 -0700
commitcd030e7587dbbf6d332a226e747e86f49a2c1b69 (patch)
tree8308160cdc29d2a7846aa8a61063341d2cfd491b
parentf9831f49e8a479159da6e55a684671631a79cea4 (diff)
downloadxesite-cd030e7587dbbf6d332a226e747e86f49a2c1b69.tar.xz
xesite-cd030e7587dbbf6d332a226e747e86f49a2c1b69.zip
app: new folder for 0 downtime checks :D
-rw-r--r--Dockerfile1
-rw-r--r--app/CHECKS1
2 files changed, 2 insertions, 0 deletions
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