Files
infrastructure/jellyfin/Dockerfile
2024-12-30 11:42:12 -07:00

9 lines
133 B
Docker

FROM python:3.10
RUN pip install pydantic requests python-dotenv
COPY jellyfin /app/jellyfin
WORKDIR /app
ENTRYPOINT [ "python" ]