Mount NFS directories into container. Use bootstrap script to first cd into correct working directory for transcode. String replace ffmpeg progress URL.

This commit is contained in:
James Munnelly
2015-09-10 09:41:27 +01:00
parent 8e3dcfc817
commit b232ceec3c
4 changed files with 96 additions and 19 deletions
+3
View File
@@ -13,8 +13,11 @@ RUN mkdir /pms && \
cd / && \
rm -Rf /pms
WORKDIR /plexmediaserver
ADD bootstrap.sh .
ENV LD_LIBRARY_PATH "/plexmediaserver"
ENTRYPOINT ["/plexmediaserver/Resources/Plex New Transcoder"]