fix: correct sql db filepath in healthcheck

This commit is contained in:
17ms 2024-07-18 18:44:05 +03:00
parent 757910642e
commit 9475280902
Signed by untrusted user who does not match committer: ae
GPG Key ID: 995EFD5C1B532B3E

View File

@ -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