Switch ENTRYPOINT to CMD

This commit is contained in:
James Munnelly
2015-09-10 20:48:19 +01:00
parent 8367c38791
commit b8e46847d9
+1 -1
View File
@@ -20,4 +20,4 @@ ADD bootstrap.sh /plexmediaserver/bootstrap.sh
ENV LD_LIBRARY_PATH "/plexmediaserver"
ENTRYPOINT ["/plexmediaserver/bootstrap.sh"]
CMD ["/plexmediaserver/bootstrap.sh"]