Ship project registry config in image

This commit is contained in:
2026-04-06 08:10:05 -04:00
parent 8293099025
commit 3b8d717bdf

View File

@@ -10,6 +10,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY pyproject.toml README.md requirements.txt requirements-dev.txt ./ COPY pyproject.toml README.md requirements.txt requirements-dev.txt ./
COPY config ./config
COPY src ./src COPY src ./src
RUN pip install --no-cache-dir --upgrade pip \ RUN pip install --no-cache-dir --upgrade pip \