FIX: ensure that entrypoint is executable
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-02-29 23:04:58 +01:00
parent d2360d8ff9
commit 7f35edb25d
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -61,4 +61,5 @@ 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/jrgarlick/redmine_timesheet.git
COPY docker-entrypoint.sh / COPY docker-entrypoint.sh /
RUN chmod a+x /docker-entrypoint.sh