This commit is contained in:
Brandon
2019-08-19 13:04:01 -05:00
parent 138f2f9de1
commit f0b034529d
2 changed files with 5 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ RUN \
&& addgroup -g ${PGID} mopidy \
&& adduser -h /mopidy -s /bin/sh -D -G mopidy -u ${PUID} mopidy \
&& echo "* Fixing privileges" \
&& mkdir -p /data/.config /data/.cache \
&& mkdir -p /data \
&& chown -R mopidy:mopidy /data \
&& echo "* Cleaning up" \
&& rm -f /var/cache/apk/* \