From 0471b83f7d798e77bbee204ca190710b15e27e25 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 7 May 2026 13:20:40 +0100 Subject: fix cron --- entrypoint.bash | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'entrypoint.bash') diff --git a/entrypoint.bash b/entrypoint.bash index f9b6f52..41cc60b 100644 --- a/entrypoint.bash +++ b/entrypoint.bash @@ -18,6 +18,10 @@ fi chown -R git:git /home/git chown -R git:git /repositories +# Start the cron service +echo "Starting cron service..." +cron + # Start the SSH service in the background echo "Starting SSH service..." /usr/sbin/sshd -D -E /var/log/sshd.log & -- cgit v1.2.3