We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0992f8e commit ad45665Copy full SHA for ad45665
bin/4.6.x-dev/prepare_project_edition.sh
@@ -185,7 +185,7 @@ echo '> Clear cache & generate assets'
185
docker compose --env-file=.env exec -T --user www-data app sh -c "composer run post-install-cmd --ansi"
186
187
echo '> Install data'
188
-if [[ "$COMPOSE_FILE" == *"elastic.yml"* ]]; then
+if [[ "$COMPOSE_FILE" == *"elastic"*.yml ]]; then
189
docker compose --env-file=.env exec -T --user www-data app sh -c "php bin/console ibexa:elasticsearch:put-index-template"
190
fi
191
docker compose --env-file=.env exec -T --user www-data app sh -c "php /scripts/wait_for_db.php; php bin/console ibexa:install --skip-indexing"
0 commit comments