chore: change name

This commit is contained in:
Adrián Jesús Peña Rodríguez
2025-04-21 20:17:00 +02:00
parent d6ac87341b
commit e40591a25f
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ COPY src/backend/ ./backend/
ENV PATH="/home/prowler/.local/bin:$PATH"
# Add `--no-root` to avoid installing the current project as a package
RUN poetry install --no-root && \
rm -rf ~/.cache/pip