Rename Docker/Dockerfile to backup/Docker/Dockerfile
This commit is contained in:
7
backup/Docker/Dockerfile
Normal file
7
backup/Docker/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