feat: 120 seconds timeout

This commit is contained in:
2026-05-19 23:23:07 +02:00
parent e0ac12b1bb
commit 2887260830
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -56,4 +56,6 @@ RUN chown -R www-data:www-data /var/www/html/storage /var/www/html/bootstrap/cac
ENV APP_ENV=production
ENV APP_RUNTIME=Laravel\FrankenPHP\Runtime
HEALTHCHECK NONE
CMD ["sh", "-c", "php artisan migrate --force && php artisan storage:link && php artisan optimize && php artisan view:cache && php artisan event:cache && frankenphp run --config /etc/caddy/Caddyfile"]