From c624002899ed362b34a0fef5b3597bdb71d148ef Mon Sep 17 00:00:00 2001 From: Nacim Date: Mon, 16 Jun 2025 01:38:15 +0200 Subject: [PATCH] Update Dockerfile.analyzer --- Dockerfile.analyzer | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.analyzer b/Dockerfile.analyzer index f965b76..03542e7 100644 --- a/Dockerfile.analyzer +++ b/Dockerfile.analyzer @@ -10,3 +10,5 @@ RUN pip install --no-cache-dir https://github.com/explosion/spacy-models/release # Étape 3: Copier notre fichier de configuration personnalisé directement dans l'image, # à l'emplacement exact que nous avons trouvé. COPY ./conf/default.yaml /usr/bin/presidio-analyzer/presidio_analyzer/conf/default.yaml + +COPY ./presidio_config/ /app/presidio_config/