Skip to content

Commit 983b94c

Browse files
committed
update
1 parent 1292fb7 commit 983b94c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ COPY ./themes /usr/src/redmine/public/themes/
55

66
RUN apt-get update && apt-get install cron -y
77

8-
CMD ['/etc/init.d/cron', 'restart']
8+
RUN sed -i "2i/etc/init.d/cron restart &" /docker-entrypoint.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ COPY ./themes /usr/src/redmine/public/themes/
1111
1212
RUN apt-get update && apt-get install cron -y
1313
14-
CMD ['/etc/init.d/cron', 'restart']
14+
RUN sed -i "2i/etc/init.d/cron restart &" /docker-entrypoint.sh

0 commit comments

Comments
 (0)