mirror of
https://github.com/tubearchivist/jellyfin.git
synced 2024-11-16 17:00:14 +00:00
364d7c324c
Signed-off-by: Jonas Rosland <jonas.rosland@gmail.com>
5 lines
103 B
Docker
5 lines
103 B
Docker
FROM python:3.10.9-slim-bullseye
|
|
COPY . /jellyfin
|
|
WORKDIR jellyfin
|
|
RUN pip install -r requirements.txt
|