summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index ef8e94e..6e76571 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -78,8 +78,7 @@ RUN locale-gen
# Manage permitions in specific directories
# ------------------------------------------------------------------------------
# (make local storage directories writable)
-# RUN chown -R www-data:www-data /var/www
-RUN chmod -R 757 /var/www/public/cache
+RUN chown -R www-data:www-data /var/www
RUN chmod -R 757 /var/www/storage