From 37f0a669fd02fd9ee0a50337a4c08f11da5ff348 Mon Sep 17 00:00:00 2001 From: rtm516 Date: Sat, 21 Jan 2023 16:33:11 +0000 Subject: [PATCH] Update healthcheck to 5s timeout --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb577661..57186aea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,4 +50,4 @@ CMD [ "yarn", "start" ] EXPOSE ${PORT} # Run simple healthchecks every 5 mins, to check that everythings still great -HEALTHCHECK --interval=5m --timeout=2s --start-period=30s CMD yarn health-check \ No newline at end of file +HEALTHCHECK --interval=5m --timeout=5s --start-period=30s CMD yarn health-check