fixed categorization visualization, fixed date in the dashboard, fixed attack regex detection

This commit is contained in:
Patrick Di Fazio
2026-01-08 19:20:22 +01:00
parent e8a79ef970
commit b61461d028
8 changed files with 154 additions and 58 deletions

View File

@@ -14,6 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY src/ /app/src/
COPY wordlists.json /app/
COPY entrypoint.sh /app/
COPY config.yaml /app/
RUN useradd -m -u 1000 krawl && \
mkdir -p /app/logs /app/data && \