fix: add some bundler config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b13116468d
commit
47181d3298
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user