This commit is contained in:
Brandon
2019-08-18 10:56:50 -05:00
parent 5a96147317
commit 90b103407f

View File

@@ -41,7 +41,6 @@ RUN \
&& adduser -h /mopidy -s /bin/sh -D -G mopidy -u ${PUID} mopidy \
&& echo "* Fixing privileges" \
&& mkdir -p /data/.config /data/.cache \
&& chown -R mopidy:mopidy /data \
&& echo "* Cleaning up" \
&& rm -f /var/cache/apk/* \
&& echo "* Ready to start Mopidy" \
@@ -49,6 +48,7 @@ RUN \
COPY root/ /
RUN chmod +x /usr/local/bin/run.sh
RUN chown -R mopidy:mopidy /data
EXPOSE 6600 6680 5555/udp
VOLUME /data /music /playlists