aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-07-01 20:46:50 +0000
committerChristine Dodrill <me@christine.website>2018-07-02 01:31:05 +0000
commit8a096b0b553d727a00edb1749c2789ec89d2de80 (patch)
tree072fb638246304bd065b311f4320a0db46c37063
parentbb28e18c6768ee7b996b89421a8f6540ebc85833 (diff)
downloadxesite-8a096b0b553d727a00edb1749c2789ec89d2de80.tar.xz
xesite-8a096b0b553d727a00edb1749c2789ec89d2de80.zip
fix healthcheck
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 93e7a6d..b6405b6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,5 +12,5 @@ COPY ./blog /site/blog
COPY ./css /site/css
COPY ./run.sh /site/run.sh
-HEALTHCHECK CMD curl --fail http://127.0.0.1:5000 || exit 1
+HEALTHCHECK CMD wget --spider http://127.0.0.1:5000 || exit 1
CMD /site/run.sh