fix(sdk): absolute ENTRYPOINT to work with uv (#11313)

This commit is contained in:
Pepe Fagoaga
2026-05-22 08:25:59 +02:00
committed by GitHub
parent 6177fc6286
commit f86bd7b52e
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -100,4 +100,4 @@ RUN pip uninstall dash-html-components -y && \
pip uninstall dash-core-components -y
USER prowler
ENTRYPOINT [".venv/bin/prowler"]
ENTRYPOINT ["/home/prowler/.venv/bin/prowler"]