update odc
This commit is contained in:
parent
578f83b409
commit
9d6d6748ac
1 changed files with 5 additions and 11 deletions
|
@ -55,20 +55,14 @@ RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/01-symfony.sh \
|
|||
&& echo "php bin/console cache:clear" >> /docker-entrypoint-init.d/01-symfony.sh \
|
||||
&& chmod +x /docker-entrypoint-init.d/01-symfony.sh
|
||||
|
||||
USER nobody
|
||||
|
||||
RUN wget https://github.com/H2-invent/open-datenschutzcenter/releases/download/${VERSION}/application.zip -O artifact.zip \
|
||||
&& unzip artifact.zip \
|
||||
&& mkdir data \
|
||||
&& chown -R nobody secretStorage \
|
||||
&& chown -R nobody public \
|
||||
&& chown -R nobody data \
|
||||
&& chown -R nobody var
|
||||
&& mkdir data
|
||||
|
||||
RUN apk del unzip \
|
||||
&& rm artifact.zip \
|
||||
&& rm -r var/cache \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
USER nobody
|
||||
RUN rm artifact.zip \
|
||||
&& rm -r var/cache
|
||||
|
||||
ENV nginx_root_directory=/var/www/html/public \
|
||||
upload_max_filesize=10M \
|
||||
|
|
Loading…
Reference in a new issue