From c765e8cc409742ec17529c10020eeae4f59280f7 Mon Sep 17 00:00:00 2001 From: Flag Date: Thu, 23 Apr 2026 23:59:43 +0000 Subject: [PATCH] fix: COPY docs/_build/html dans image Docker --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5c7ebd2..02836e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN pip install --no-cache-dir \ COPY app/ ./app/ COPY scripts/ ./scripts/ +COPY docs/_build/html /app/docs ENV COSMA_QC_DB=/var/lib/cosma-qc/jobs.db