FIX: ensure that entrypoint is executable
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d2360d8ff9
commit
7f35edb25d
@ -62,3 +62,4 @@ 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
|
Loading…
Reference in New Issue
Block a user