Initial commit
This commit is contained in:
9
jellyfin/Dockerfile
Normal file
9
jellyfin/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:3.10
|
||||
|
||||
RUN pip install pydantic requests python-dotenv
|
||||
|
||||
COPY jellyfin /app/jellyfin
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENTRYPOINT [ "python" ]
|
||||
Reference in New Issue
Block a user