From 00ddb8cfc9a90a486e325f223be736400ad6ad48 Mon Sep 17 00:00:00 2001 From: Nacim Date: Mon, 23 Jun 2025 15:53:59 +0200 Subject: [PATCH] Update Dockerfile.analyzer --- Dockerfile.analyzer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.analyzer b/Dockerfile.analyzer index fd08dd2..c330eda 100644 --- a/Dockerfile.analyzer +++ b/Dockerfile.analyzer @@ -29,7 +29,7 @@ COPY . /app/ # ---- FIN DE L'OPTIMISATION ---- # Définir la variable d'environnement pour que Presidio trouve notre fichier de configuration -ENV PRESIDIO_ANALYZER_CONFIG_FILE=/app/conf/default.yaml +COPY ./conf/default.yaml /usr/bin/presidio-analyzer/presidio_analyzer/conf/default.yaml # Exposer le port que Gunicorn va utiliser EXPOSE 5001