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 8f1e945 commit 516a0b0Copy full SHA for 516a0b0
Dockerfile
@@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends python-softwar
26
imagemagick \
27
libmagickwand-dev \
28
supervisor \
29
+ cron \
30
rsyslog \
31
postfix && apt-get clean && rm -rf /var/lib/apt/lists/*
32
app/supervisord
@@ -2,7 +2,7 @@
2
nodaemon=true
3
4
[program:crond]
5
-command=/usr/sbin/cron -f
+command=cron -f -L 15
6
process_name=%(program_name)s
7
autostart=true
8
autorestart=true
0 commit comments