diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
