From e29b7401d6807a8a1eb8dd9384cf93dba6fd88a2 Mon Sep 17 00:00:00 2001 From: syoul Date: Tue, 9 Dec 2025 15:38:59 +0100 Subject: [PATCH] fix: ajouter .techradar et build au .dockerignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Les anciens fichiers dans .techradar/ local étaient copiés dans le conteneur Docker, écrasant les nouveaux fichiers. Cela causait le bug où team-block-script.js restait ancien. --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index 241a99b..63ab7f2 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,3 +4,5 @@ /.nuxt /.output /node_modules +/.techradar +/build