Add files via upload

This commit is contained in:
Sleepingpirates
2020-06-04 22:00:26 -04:00
committed by GitHub
parent a293275ac9
commit ad7809bbb2
2 changed files with 73 additions and 0 deletions

7
Dockerfile Normal file
View 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