fix: fixed Containerfile

Signed-off-by: ITQ <itq.dev@ya.ru>
This commit is contained in:
ITQ
2025-11-21 15:50:24 +03:00
parent 821103138e
commit fb307da70a
+1 -1
View File
@@ -69,7 +69,7 @@ COPY ./src ./src
COPY ./tests ./tests
RUN uv pip install . -e
RUN uv pip install -e .
RUN mkdir -p /app/cov