diff --git a/Containerfile b/Containerfile index 97b8ed0..e292846 100644 --- a/Containerfile +++ b/Containerfile @@ -61,5 +61,7 @@ RUN cd /usr/src/redmine/plugins;git clone https://github.com/hicknhack-software/ RUN cd /usr/src/redmine/plugins;git clone https://github.com/jrgarlick/redmine_timesheet.git +RUN cd /usr/src/redmine/plugins;git clone https://github.com/ozguryazilimas/redmine_enforce_time_entry.git + COPY docker-entrypoint.sh / RUN chmod a+x /docker-entrypoint.sh \ No newline at end of file