mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 14:13:40 -07:00
dockerfile for building image
This commit is contained in:
parent
6265943607
commit
9a6bf3f0a3
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
FROM python:2
|
||||||
|
COPY . .
|
||||||
|
CMD [ "python", "PlexPy.py"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue