remove -f
Laravel CI-CD (Gitea) / Tests Unitaires (push) Successful in 14s Details
Laravel CI-CD (Gitea) / Build & Push Docker (push) Successful in 25s Details
Laravel CI-CD (Gitea) / Déploiement Simplifié (push) Successful in 1s Details

This commit is contained in:
Leon 2026-03-13 10:56:42 +01:00
parent deb6d2d61d
commit 6bde4309d9
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ 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
CMD ["sh", "-c", "php artisan migrate --force && php artisan storage:link -f && frankenphp run --config /etc/caddy/Caddyfile"]
CMD ["sh", "-c", "php artisan migrate --force && php artisan storage:link && frankenphp run --config /etc/caddy/Caddyfile"]