Skip to content

Commit 516a0b0

Browse files
committed
enable cron service
1 parent 8f1e945 commit 516a0b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends python-softwar
2626
imagemagick \
2727
libmagickwand-dev \
2828
supervisor \
29+
cron \
2930
rsyslog \
3031
postfix && apt-get clean && rm -rf /var/lib/apt/lists/*
3132

app/supervisord

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
nodaemon=true
33

44
[program:crond]
5-
command=/usr/sbin/cron -f
5+
command=cron -f -L 15
66
process_name=%(program_name)s
77
autostart=true
88
autorestart=true

0 commit comments

Comments
 (0)