Use CMD instead of ENTRYPOINT to make it simpler for most users.

This commit is contained in:
Werner Beroux
2015-06-23 13:54:22 +02:00
parent efc30319ab
commit 709afdabbd

View File

@@ -46,4 +46,4 @@ VOLUME /var/lib/mopidy/media
EXPOSE 6600
EXPOSE 6680
ENTRYPOINT ["/mopidy.sh"]
CMD ["/mopidy.sh"]