Use ENTRYPOINT instead of CMD

This commit is contained in:
James Munnelly
2016-04-24 20:55:35 +01:00
parent fc7e688ae7
commit fd9a28ad5d
+1 -1
View File
@@ -20,4 +20,4 @@ ADD bootstrap.sh /plexmediaserver/bootstrap.sh
ENV LD_LIBRARY_PATH "/plexmediaserver" ENV LD_LIBRARY_PATH "/plexmediaserver"
CMD ["/plexmediaserver/bootstrap.sh"] ENTRYPOINT ["/plexmediaserver/bootstrap.sh"]