parent
448f072e36
commit
b96da0b547
@ -0,0 +1,4 @@
|
||||
.git/
|
||||
.vscode/
|
||||
*.txt
|
||||
!/requirements.txt
|
@ -0,0 +1,6 @@
|
||||
FROM python:3.7-alpine
|
||||
RUN /sbin/apk add tor
|
||||
COPY . /opt/sherlock/
|
||||
RUN /usr/local/bin/pip install -r /opt/sherlock/requirements.txt
|
||||
|
||||
ENTRYPOINT ["python", "/opt/sherlock/sherlock.py"]
|
Loading…
Reference in new issue