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