6 lines
73 B
Docker
6 lines
73 B
Docker
FROM timhaak/plex
|
|
|
|
ADD bootstrap.sh /bootstrap.sh
|
|
|
|
CMD ["/bootstrap.sh"]
|