fix: COPY docs/_build/html dans image Docker

This commit is contained in:
Flag
2026-04-23 23:59:43 +00:00
parent 7ed24b66b7
commit c765e8cc40

View File

@@ -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