Update Dockerfile.analyzer

This commit is contained in:
Nacim
2025-06-23 13:21:46 +02:00
committed by GitHub
parent 1059ccf88c
commit 9f1722d9b9

View File

@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir \
COPY requirements.txt /tmp/ COPY requirements.txt /tmp/
RUN pip install --no-cache-dir -r /tmp/requirements.txt RUN pip install --no-cache-dir -r /tmp/requirements.txt
COPY default.yaml /usr/bin/presidio-analyzer/presidio_analyzer/conf/default.yaml COPY conf/default.yaml /usr/bin/presidio-analyzer/presidio_analyzer/conf/default.yaml