Skip to content

Commit

Permalink
Makes the www root directory writable for the initial install to succ…
Browse files Browse the repository at this point in the history
…eed.
  • Loading branch information
wernight committed Feb 2, 2024
1 parent a55499c commit 16976a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN curl -L ${OWA_RELEASE_URL} | tar -x
RUN chgrp -R www-data /var/www/html
RUN find /var/www/html -type f -exec chmod 640 {} \;
RUN find /var/www/html -type d -exec chmod 750 {} \;
RUN chown www-data /var/www/html
RUN chown www-data /var/www/html/owa-data
VOLUME /var/www/html

Expand Down

0 comments on commit 16976a2

Please sign in to comment.