From b13116468d4a0af3fe523e96a6509b7868e073f0 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Wed, 8 Jan 2025 11:55:04 +0100 Subject: [PATCH] fix: also set GEM_HOME --- 6.0/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/6.0/entrypoint.sh b/6.0/entrypoint.sh index 71cc7f1..7fda38d 100644 --- a/6.0/entrypoint.sh +++ b/6.0/entrypoint.sh @@ -3,6 +3,7 @@ echo "Starting redmine ..." export PATH="/home/redmine/.local/share/gem/ruby/3.3.0/bin:$PATH" +export GEM_HOME="/home/redmine/.local/share/gem" bundle config set --local without 'development test' bundle config set --local path '/home/redmine/.local/share/gem'