dockerfile for building image

This commit is contained in:
Logan Garrett 2015-12-07 22:40:32 -05:00
commit 9a6bf3f0a3

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM python:2
COPY . .
CMD [ "python", "PlexPy.py"]