From 947528090269f2d1dc301e1878f7288723ed4684 Mon Sep 17 00:00:00 2001 From: 17ms Date: Thu, 18 Jul 2024 18:44:05 +0300 Subject: [PATCH] fix: correct sql db filepath in healthcheck --- scripts/healthcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/healthcheck.sh b/scripts/healthcheck.sh index 9a8d23b..f403db1 100644 --- a/scripts/healthcheck.sh +++ b/scripts/healthcheck.sh @@ -2,7 +2,7 @@ # Included into the built image via its Dockerfile -DB_FILE="/app/chainmapper.sqlite3" +DB_FILE="/app/data/chainmapper.sqlite3" if [ -s $DB_FILE ]; then exit 0