From a3526a3a6b0d4742356413e16110e2abc0ec9f0b Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sat, 16 Nov 2024 23:09:23 +0100 Subject: [PATCH] Update odc_application_dockerfile.txt --- odc_application_dockerfile.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odc_application_dockerfile.txt b/odc_application_dockerfile.txt index 7bfdbdc..3821c1e 100644 --- a/odc_application_dockerfile.txt +++ b/odc_application_dockerfile.txt @@ -45,7 +45,7 @@ RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/01-symfony.sh \ RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/99-crond.sh \ && echo "# Start crond as daemon via entry script" >> /docker-entrypoint-init.d/99-crond.sh \ - && echo "exec crond -f -l -L 15" >> /docker-entrypoint-init.d/99-crond.sh \ + && echo "exec crond -f" >> /docker-entrypoint-init.d/99-crond.sh \ && chmod +x /docker-entrypoint-init.d/99-crond.sh RUN wget https://github.com/H2-invent/open-datenschutzcenter/releases/download/${VERSION}/application.zip -O artifact.zip \