Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-bdonohue committed Aug 1, 2024
1 parent 5fded65 commit 52d7f31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ COPY mat.settings.php /var/www/html/sites/default/settings.php
RUN chmod -R g+w,g+r /var/www/config

# Fix file ownership on docroot.
RUN chown -R www-data:www-data /var/www
RUN chown -R www-data:www-data /var/www/html

# Fix file ownership on vendor.
RUN chown -R www-data:www-data /var/www/vendor

RUN composer self-update --2

Expand Down

0 comments on commit 52d7f31

Please sign in to comment.