diff --git a/6.0/entrypoint.sh b/6.0/entrypoint.sh index 9cc8de5..71cc7f1 100644 --- a/6.0/entrypoint.sh +++ b/6.0/entrypoint.sh @@ -2,6 +2,8 @@ echo "Starting redmine ..." +export PATH="/home/redmine/.local/share/gem/ruby/3.3.0/bin:$PATH" + bundle config set --local without 'development test' bundle config set --local path '/home/redmine/.local/share/gem'