File/dir ownership in container

This commit is contained in:
Nabeel Shahzad
2021-05-25 13:37:53 -04:00
parent 8a591c11a5
commit 7e586a273a
2 changed files with 64 additions and 0 deletions

View File

@@ -26,4 +26,6 @@ RUN php composer.phar install \
--no-scripts \
--prefer-dist
RUN chown -R www-data:www-data /var/www
EXPOSE 9000