fix download
This commit is contained in:
parent
d1c25b6a82
commit
90d5b35d0f
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/02-symfony.sh \
|
||||||
|
|
||||||
USER nobody
|
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 \
|
&& unzip artifact.zip \
|
||||||
&& mkdir data \
|
&& mkdir data \
|
||||||
&& mkdir -p var/log \
|
&& mkdir -p var/log \
|
||||||
|
@ -65,4 +65,4 @@ ENV nginx_root_directory=/var/www/html/public \
|
||||||
memory_limit=1024M \
|
memory_limit=1024M \
|
||||||
post_max_size=20M \
|
post_max_size=20M \
|
||||||
upload_max_filesize=10M \
|
upload_max_filesize=10M \
|
||||||
date_timezone=Europe/Berlin
|
date_timezone=Europe/Berlin
|
||||||
|
|
Loading…
Add table
Reference in a new issue