Skip to content

Commit 06cf1a8

Browse files
committed
Update Dockerfile
Fix for #19
1 parent 3077d37 commit 06cf1a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM python:3.9-slim-buster
22

33
WORKDIR /app
44
COPY . /app
5+
COPY sploitscan/config.json /app/config.json
56
RUN pip install --no-cache-dir -r requirements.txt
67

78
ENTRYPOINT ["python", "sploitscan.py"]

0 commit comments

Comments
 (0)