opnform-host-nginx/docker
Julien Nahum 014a1f4408 Enhance Application Optimization in Docker Entrypoint
- Added a cache clearing step in the `optimize_application` function of the `php-fpm-entrypoint` script. This new line executes `php ./artisan optimize:clear` before optimizing the application, ensuring that any stale cache is removed, which can lead to improved performance and reliability during application optimization.

This change aims to enhance the application's responsiveness by ensuring that the optimization process starts with a clean state, thereby reducing potential issues related to outdated cached data.
2025-05-23 20:40:56 +02:00
..
Dockerfile.api Enhance Docker Configuration and Health Checks (#761) 2025-05-20 19:20:44 +02:00
Dockerfile.client Enhance Docker Configuration and Health Checks (#761) 2025-05-20 19:20:44 +02:00
nginx.conf Enhance Docker Configuration and Health Checks (#761) 2025-05-20 19:20:44 +02:00
nginx.dev.conf Enhance Docker Configuration and Health Checks (#761) 2025-05-20 19:20:44 +02:00
php-fpm-entrypoint Enhance Application Optimization in Docker Entrypoint 2025-05-23 20:40:56 +02:00