diff --git a/docker/4_run/docker-entrypoint.sh b/docker/4_run/docker-entrypoint.sh index 3c99411..57cf048 100755 --- a/docker/4_run/docker-entrypoint.sh +++ b/docker/4_run/docker-entrypoint.sh @@ -18,6 +18,9 @@ if [ ! -f /installed ]; then touch /installed fi +# Make sure that log rotation works. +service cron start + if [ "$DEV" = "true" ]; then echo "Running in development mode"