summaryrefslogtreecommitdiff
path: root/.docker/services.d/cron/run
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-06 20:00:26 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-06 20:00:26 -0500
commit77a91b7adeb950a906c660bbb5c39c69a75e429d (patch)
tree5441a22beff07e43716adb2f60f0ce17c4a524da /.docker/services.d/cron/run
parent58cef289674717027b6b470044504a661f3bd9ad (diff)
New Dockerfile based on Alpine Linux and Nginx/PHP-FPM
Diffstat (limited to '.docker/services.d/cron/run')
-rwxr-xr-x.docker/services.d/cron/run2
1 files changed, 2 insertions, 0 deletions
diff --git a/.docker/services.d/cron/run b/.docker/services.d/cron/run
new file mode 100755
index 00000000..da378099
--- /dev/null
+++ b/.docker/services.d/cron/run
@@ -0,0 +1,2 @@
+#!/bin/execlineb -P
+crond -f \ No newline at end of file