fix download

This commit is contained in:
holzi1005 2025-01-29 20:56:18 +01:00
parent d1c25b6a82
commit 90d5b35d0f

View file

@ -55,7 +55,7 @@ RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/02-symfony.sh \
USER nobody
RUN wget https://github.com/H2-invent/open-datenschutzcenter/releases/download/${VERSION}/artifact.zip -O artifact.zip \
RUN wget https://github.com/H2-invent/skib-unsere-schulkindbetreuung/releases/download/${VERSION}/artifact.zip -O artifact.zip \
&& unzip artifact.zip \
&& mkdir data \
&& mkdir -p var/log \
@ -65,4 +65,4 @@ ENV nginx_root_directory=/var/www/html/public \
memory_limit=1024M \
post_max_size=20M \
upload_max_filesize=10M \
date_timezone=Europe/Berlin
date_timezone=Europe/Berlin