From 730ae4c22b75d4f43c16245278747ee1871ea48e Mon Sep 17 00:00:00 2001 From: Schneider Roland Date: Fri, 2 Dec 2022 22:27:07 +0100 Subject: [PATCH] fix pdf download, add www-data permissions to cutler image --- environments/cutlergyor/apache2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/cutlergyor/apache2/Dockerfile b/environments/cutlergyor/apache2/Dockerfile index b3e2153..c5efc45 100644 --- a/environments/cutlergyor/apache2/Dockerfile +++ b/environments/cutlergyor/apache2/Dockerfile @@ -82,5 +82,5 @@ RUN find /config/common/ -maxdepth 2 -type f -name '*-local.php' -exec cp {} / && find /config/rest/ -maxdepth 2 -type f -name '*-local.php' -exec cp {} /var/www/html/cutler/rest/config/ \; -RUN chown -R www-data.www.data /var/www/html/cutler +RUN chown -R www-data.www-data /var/www/html/cutler RUN chmod -R 777 /var/www/html/cutler/frontend/web/uploads/ \ No newline at end of file