项目作者: docker-home

项目描述 :
redmine enhance
高级语言: CSS
项目地址: git://github.com/docker-home/redmine.git
创建时间: 2019-04-10T07:37:22Z
项目社区:https://github.com/docker-home/redmine

开源协议:MIT License

下载


redmine

  • add themes
  • support crontab

```
From redmine:4.0.3
MAINTAINER wuyue92tree@163.com

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