diff --git a/odc_application_dockerfile b/odc_application_dockerfile index 1ae9ad6..d87cd38 100644 --- a/odc_application_dockerfile +++ b/odc_application_dockerfile @@ -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 \