maj readme + Dockerfile clean screenshots folder

This commit is contained in:
2025-09-08 22:42:05 +02:00
parent 297efdec57
commit 9514b9902b
2 changed files with 18 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ COPY php.ini /usr/local/etc/php/conf.d/custom.ini
# Copy the rest of the project
COPY . .
RUN rm -rf screenshots
# Set permissions
RUN chown -R www-data:www-data /var/www/html \