chore(poetry): Upgrade to v2 (#7112)

This commit is contained in:
Pepe Fagoaga
2025-03-12 17:28:34 +05:45
committed by GitHub
parent 1891a1b24f
commit 137365a670
631 changed files with 24501 additions and 16569 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ COPY src/backend/ ./backend/
ENV PATH="/home/prowler/.local/bin:$PATH"
RUN poetry install && \
# Add `--no-root` to avoid installing the current project as a package
RUN poetry install --no-root && \
rm -rf ~/.cache/pip
COPY docker-entrypoint.sh ./docker-entrypoint.sh