File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -290,6 +290,9 @@ docker compose --env-file=.env exec -T --user www-data app sh -c "php bin/consol
290290# Generate new GraphQL schema if used (while admin-ui doesn't use it anymore)
291291# docker compose exec -T --user www-data app sh -c 'php bin/console cache:pool:clear ${CACHE_POOL:-cache.tagaware.filesystem}'
292292# docker compose --env-file=.env exec -T --user www-data app sh -c "composer require ibexa/graphql --no-interaction"
293+ if [[ " $COMPOSE_FILE " == * " redis.yml" * ]]; then
294+ docker compose --env-file=.env exec -T --user www-data app sh -c " php bin/console cache:pool:clear --all"
295+ fi
293296docker compose --env-file=.env exec -T --user www-data app sh -c " php bin/console ibexa:graphql:generate-schema"
294297
295298# reindex
You can’t perform that action at this time.
0 commit comments