We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1292fb7 commit 983b94cCopy full SHA for 983b94c
Dockerfile
@@ -5,4 +5,4 @@ COPY ./themes /usr/src/redmine/public/themes/
5
6
RUN apt-get update && apt-get install cron -y
7
8
-CMD ['/etc/init.d/cron', 'restart']
+RUN sed -i "2i/etc/init.d/cron restart &" /docker-entrypoint.sh
README.md
@@ -11,4 +11,4 @@ COPY ./themes /usr/src/redmine/public/themes/
11
12
13
14
0 commit comments