We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3077d37 commit 06cf1a8Copy full SHA for 06cf1a8
1 file changed
Dockerfile
@@ -2,6 +2,7 @@ FROM python:3.9-slim-buster
2
3
WORKDIR /app
4
COPY . /app
5
+COPY sploitscan/config.json /app/config.json
6
RUN pip install --no-cache-dir -r requirements.txt
7
8
ENTRYPOINT ["python", "sploitscan.py"]
0 commit comments