chore: improvements in Containerfile

This commit is contained in:
ITQ
2025-11-21 15:32:03 +03:00
parent 554fe27a79
commit 7d8585d9f6
+3 -1
View File
@@ -63,11 +63,13 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
WORKDIR /app WORKDIR /app
RUN uv sync --no-install-project --group tests --frozen --no-cache
COPY ./src ./src COPY ./src ./src
COPY ./tests ./tests COPY ./tests ./tests
RUN uv sync --group tests --frozen --no-cache RUN uv pip install . -e
RUN mkdir -p /app/cov RUN mkdir -p /app/cov