set defaults in docker instead of scanner

This commit is contained in:
Morten Olsen
2025-12-13 08:21:40 +01:00
parent 707f0dcaad
commit 7c014b9898
2 changed files with 1 additions and 8 deletions

View File

@@ -60,6 +60,7 @@ USER 65532:65532
# Environment variables for nuclei
ENV NUCLEI_TEMPLATES_PATH=/nuclei-templates
ENV NUCLEI_BINARY_PATH=/usr/local/bin/nuclei
ENV HOME=/home/nonroot
ENTRYPOINT ["/manager"]