Skip to content

Commit 1292fb7

Browse files
committed
init
1 parent bfca5fa commit 1292fb7

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
From redmine:4.0.3
2+
3+
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']

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# redmine
2+
3+
- add themes
4+
- support crontab
5+
6+
```
7+
From redmine:4.0.3
8+
9+
10+
COPY ./themes /usr/src/redmine/public/themes/
11+
12+
RUN apt-get update && apt-get install cron -y
13+
14+
CMD ['/etc/init.d/cron', 'restart']

0 commit comments

Comments
 (0)