bump
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user