Update odc_application_dockerfile.txt

This commit is contained in:
holzi1005 2024-11-16 23:09:23 +01:00
parent 576e54f64e
commit a3526a3a6b

View file

@ -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 \