All checks were successful
continuous-integration/drone/push Build is passing
5 lines
87 B
Docker
5 lines
87 B
Docker
FROM redmine:5-bullseye
|
|
|
|
COPY plugins/ plugins/
|
|
|
|
RUN bundle check || bundle install |