Files
redmine/Dockerfile
Roman Vaníček 054ddb0f4f
All checks were successful
continuous-integration/drone/push Build is passing
Dockerfile clean-up.
2023-02-27 20:24:58 +01:00

5 lines
87 B
Docker

FROM redmine:5-bullseye
COPY plugins/ plugins/
RUN bundle check || bundle install