Fix: permission / Chg: README
This commit is contained in:
+2
-2
@@ -48,8 +48,8 @@ COPY php/apache2.conf /etc/apache2/conf-enabled/99-custom.conf
|
||||
# Set permissions
|
||||
RUN chown -R www-data:www-data /var/www/html
|
||||
RUN find /var/www/html -type d -exec chmod 775 {} \;
|
||||
RUN find /var/www/html -type f -exec chmod 664 {} \;
|
||||
RUN chmod 777 /var/www/html
|
||||
RUN find /var/www/html -type f -exec chmod 775 {} \;
|
||||
RUN chmod 775 /var/www/html
|
||||
|
||||
# Start Apache
|
||||
CMD ["apache2-foreground"]
|
||||
|
||||
Reference in New Issue
Block a user