adding feat/sql
This commit is contained in:
@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/BlessedRebuS/Krawl
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Install Python dependencies
|
||||
COPY requirements.txt /app/
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ services:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- ./wordlists.json:/app/wordlists.json:ro
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
- PORT=5000
|
||||
- DELAY=100
|
||||
|
||||
Reference in New Issue
Block a user