From 4e0a28009204c574f184d204f5fce1e076b1e060 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Tue, 19 Nov 2024 09:38:09 +0100 Subject: [PATCH] remove arg and env --- odc_application_dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \