Plex setup and roles setup now thru bot
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.6-slim
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN apt-get clean \
|
||||
&& apt-get -y update
|
||||
RUN apt-get -y install nginx \
|
||||
&& apt-get -y install python3-dev \
|
||||
&& apt-get -y install build-essential
|
||||
RUN pip install -Ur requirements.txt
|
||||
CMD ["python", "Run.py"]
|
||||
Reference in New Issue
Block a user