Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 9ed22ed

Browse files
committed
fix(docker): Clear Meilisearch index before re-indexing
1 parent 70b3882 commit 9ed22ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frankenphp/docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
3737
php bin/console cache:pool:clear cache.dbrunner || true
3838

3939
echo "Updating Meilisearch indexes..."
40+
php bin/console meili:clear || true
4041
php bin/console meili:import --update-settings || true
4142

4243
setfacl -R -m u:www-data:rwX -m u:"$(whoami)":rwX var

0 commit comments

Comments
 (0)