FROM python:latest COPY requirements.txt ./ RUN pip install -r requirements.txt COPY jf-detector.py ./ CMD python jf-detector.py