Skip to content

Commit 04e6150

Browse files
committed
Remove search indexing from entrypoint (see #533)
1 parent 6405a42 commit 04e6150

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-entrypoint.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ then
1313
export GRAMPSWEB_SECRET_KEY=$(cat /app/secret/secret)
1414
fi
1515

16-
# Create search index if not exists
17-
if [ -z "$(ls -A /app/indexdir/*.db)" ]
18-
then
19-
python3 -m gramps_webapi --config /app/config/config.cfg search index-full
20-
fi
21-
2216
# Run migrations for user database, if any
2317
cd /app/src/
2418
python3 -m gramps_webapi --config /app/config/config.cfg user migrate

0 commit comments

Comments
 (0)