From 7bfcfae4ef2df2a8f819e820590b912e2bef4a3a Mon Sep 17 00:00:00 2001 From: Thorsten <3873515+thorsteneckel@users.noreply.github.com> Date: Tue, 5 Oct 2021 16:51:34 +0200 Subject: [PATCH] Applied workaround required for Rails update Cache issue https://github.com/zammad/zammad/issues/3786 / https://github.com/zammad/zammad/issues/3759 --- containers/zammad/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/containers/zammad/docker-entrypoint.sh b/containers/zammad/docker-entrypoint.sh index 619cbd1..c6cac03 100755 --- a/containers/zammad/docker-entrypoint.sh +++ b/containers/zammad/docker-entrypoint.sh @@ -78,6 +78,7 @@ if [ "$1" = 'zammad-init' ]; then echo "${AUTOWIZARD_JSON}" | base64 -d > auto_wizard.json fi else + bundle exec rails r "Cache.clear" bundle exec rake db:migrate fi