add jf-detector

This commit is contained in:
ducoterra
2020-10-12 15:56:04 -04:00
parent 96d6e306af
commit 0f849f2e10
8 changed files with 76 additions and 2 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM python:latest
COPY requirements.txt ./
RUN pip install -r requirements.txt
COPY jf-detector.py ./
CMD python jf-detector.py