Add files via upload
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install discord.py
|
||||
RUN pip install plex.py
|
||||
RUN pip install plexapi
|
||||
CMD python -u ./Invitarr-docker.py
|
||||
Reference in New Issue
Block a user