diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..d9e85505 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM python:2 +COPY . . +CMD [ "python", "PlexPy.py"] +