Skip to content

Commit

Permalink
Remove nginx directory references
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrouth committed Jan 28, 2022
1 parent 0e6cbc9 commit 61b8b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ COPY custom-plugins/ /custom-plugins
RUN [ -d /var/www/html/storage ] || mkdir /var/www/html/storage

# Make sure the www-data user has the correct directory ownership
RUN chown -R www-data:www-data /var/www /run /var/lib/nginx /var/log/nginx
RUN chown -R www-data:www-data /var/www

USER www-data

0 comments on commit 61b8b3e

Please sign in to comment.