Merge branch 'next' into new-dockerfiles

This commit is contained in:
🏔️ Peak
2024-11-15 12:25:37 +01:00
committed by GitHub
22 changed files with 190 additions and 106 deletions

View File

@@ -112,12 +112,3 @@ RUN chmod +x /usr/bin/mc
# Switch to non-root user
USER www-data
# Optimize Laravel application
RUN composer dump-autoload && \
php artisan route:clear && \
php artisan view:clear && \
php artisan config:clear && \
php artisan route:cache && \
php artisan view:cache && \
php artisan config:cache