From fdaf09c669207d13e24ff5ddd14d0b6abf4e7115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Mon, 27 Feb 2023 19:49:31 +0100 Subject: [PATCH] FIX plugin path --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12ba5dc..01f15fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM redmine:5-bullseye COPY plugins/ plugins/ RUN gem install icalendar \ - && cd redmine_ics_export \ + && cd plugins/redmine_ics_export \ && bundle install --without development test \ - && cd ..\000_redmine_x_ux_upgrade \ + && cd ../000_redmine_x_ux_upgrade \ && bundle install --without development test \ No newline at end of file