This commit is contained in:
Brandon
2019-08-19 19:39:24 -05:00
parent 33ca39d071
commit 9768a14e15
2 changed files with 1 additions and 4 deletions

View File

@@ -46,9 +46,6 @@ RUN \
&& echo "* Creating Mopidy User" \
&& addgroup -g ${PGID} mopidy \
&& adduser -h /mopidy -s /bin/sh -D -G mopidy -u ${PUID} mopidy \
&& echo "* Fixing Privileges" \
&& mkdir -p /data/{.config,.cache} \
&& chown -R mopidy:mopidy /data \
&& echo "* Cleaning up" \
&& rm -f /var/cache/apk/* \
&& echo "* Ready to start Mopidy" \