fix: correct sql db filepath in healthcheck
This commit is contained in:
parent
757910642e
commit
9475280902
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user