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