From e77c198ebe16c5793b0cb7580c6fe19b47197623 Mon Sep 17 00:00:00 2001 From: gprossliner <6724584+gprossliner@users.noreply.github.com> Date: Wed, 18 Aug 2021 12:09:29 +0200 Subject: [PATCH] fixed healthcheck script --- healthcheck/runcheck | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/healthcheck/runcheck b/healthcheck/runcheck index 75730df..5b0fda6 100755 --- a/healthcheck/runcheck +++ b/healthcheck/runcheck @@ -1,3 +1,4 @@ #!/bin/sh set -eux -docker build --no-cache . +docker image rm healthcheck || true +docker build --no-cache -t healthcheck . \ No newline at end of file