From 6bde4309d9d51341c967375ed94e296f1896998b Mon Sep 17 00:00:00 2001 From: Leon Date: Fri, 13 Mar 2026 10:56:42 +0100 Subject: [PATCH] remove -f --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d46cb72..211a68f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]