summaryrefslogtreecommitdiff
path: root/docker/etc
diff options
context:
space:
mode:
authorPaul Sweeney <psweeney@travelrepublic.co.uk>2018-05-31 13:44:39 +0100
committerFrédéric Guillot <fred@kanboard.net>2018-06-06 15:02:24 -0700
commit9264a4eb2f063435d8eb08e5b9d5b17baed6465a (patch)
treee6e7410297a7b9e2d3096aa00ccc358cedb7a986 /docker/etc
parent07a0a816b11403e25562d11f494f16f03857f14e (diff)
add daily background job to cron under docker
Diffstat (limited to 'docker/etc')
-rw-r--r--docker/etc/crontabs/nginx1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/etc/crontabs/nginx b/docker/etc/crontabs/nginx
new file mode 100644
index 00000000..9cc07adc
--- /dev/null
+++ b/docker/etc/crontabs/nginx
@@ -0,0 +1 @@
+0 8 * * * cd /var/www/app && ./cli cronjob >/dev/null 2>&1