Fix: permission / Chg: README

This commit is contained in:
2025-12-15 00:22:52 +09:00
parent 1b9d679746
commit 21b10fcfda
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -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"]