Skip to content

docker-home/redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 10, 2019
983b94c · Apr 10, 2019

History

4 Commits
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019
Apr 10, 2019

Repository files navigation

redmine

  • add themes
  • support crontab
From redmine:4.0.3
MAINTAINER [email protected]

COPY ./themes /usr/src/redmine/public/themes/

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

RUN sed -i "2i/etc/init.d/cron restart &" /docker-entrypoint.sh