Fix bootstrap.sh ADD command

This commit is contained in:
James Munnelly
2015-09-10 09:50:54 +01:00
parent 44c098a54e
commit 3ba0383dfb
+1 -1
View File
@@ -16,7 +16,7 @@ RUN mkdir /pms && \
WORKDIR /plexmediaserver
ADD bootstrap.sh .
ADD bootstrap.sh /plexmediaserver/bootstrap.sh
ENV LD_LIBRARY_PATH "/plexmediaserver"