fix pdf download, add www-data permissions to cutler image

This commit is contained in:
Schneider Roland 2022-12-02 22:25:01 +01:00
parent dfb59889e3
commit d8eed2e072
3 changed files with 6456 additions and 0 deletions

View File

@ -82,3 +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 chmod -R 777 /var/www/html/cutler/frontend/web/uploads/

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff