summaryrefslogtreecommitdiff
path: root/.docker/app/dcron.sh
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-03-25 22:41:47 +0300
committerAndrew Dolgov <[email protected]>2023-03-25 22:41:47 +0300
commit723323d7462954a262368d621811a045710cd1ed (patch)
treed1c4031e09d11d8af9e39def52ad743c35084a45 /.docker/app/dcron.sh
parentd305532bcef91061c39db13872d44c4f859054b7 (diff)
add gitea-CI docker builder
Diffstat (limited to '.docker/app/dcron.sh')
-rw-r--r--.docker/app/dcron.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.docker/app/dcron.sh b/.docker/app/dcron.sh
new file mode 100644
index 000000000..b16f15a9c
--- /dev/null
+++ b/.docker/app/dcron.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+# https://github.com/dubiousjim/dcron/issues/13
+set -e
+
+/usr/sbin/crond "$@"