Files
jellyfin/Dockerfile
2022-02-05 21:58:55 -05:00

7 lines
130 B
Docker
Executable File

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