fix: add some bundler config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2025-01-08 12:02:57 +01:00
parent b13116468d
commit 47181d3298
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -106,6 +106,9 @@ RUN chown -R redmine:redmine /home/redmine
USER redmine USER redmine
ENV PATH="/home/redmine/.local/share/gem/ruby/3.3.0/bin:$PATH" ENV PATH="/home/redmine/.local/share/gem/ruby/3.3.0/bin:$PATH"
RUN bundle config set --local without 'development test'
RUN bundle config set --local path '/home/redmine/.local/share/gem'
WORKDIR /home/redmine/redmine WORKDIR /home/redmine/redmine