remove arg and env
This commit is contained in:
parent
c8b17ea039
commit
4e0a280092
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ RUN echo "#!/bin/sh" > /docker-entrypoint-init.d/01-symfony.sh \
|
|||
&& chmod +x /docker-entrypoint-init.d/01-symfony.sh
|
||||
|
||||
RUN wget https://github.com/H2-invent/open-datenschutzcenter/releases/download/${VERSION}/application.zip -O artifact.zip \
|
||||
&& unzip artifact.zip -d ${WEBDIR} \
|
||||
&& unzip artifact.zip \
|
||||
&& chown -R nobody public \
|
||||
&& chown -R nobody var \
|
||||
&& chmod -R 700 public \
|
||||
|
|
Loading…
Reference in a new issue