diff --git a/Containerfile b/Containerfile index 5875d0d..797681c 100644 --- a/Containerfile +++ b/Containerfile @@ -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