This commit is contained in:
Brandon
2019-08-18 09:59:06 -05:00
parent f98be77201
commit 469f3557e3
2 changed files with 6 additions and 7 deletions

View File

@@ -26,7 +26,6 @@ RUN \
py2-gst@edge \
py-gobject@edge \
su-exec \
gstreamer-tools@edge \
gst-plugins-good@edge \
gst-plugins-ugly@edge \
&& pip install -U \
@@ -41,12 +40,12 @@ RUN \
&& addgroup -g ${PGID} mopidy \
&& adduser -h /mopidy -s /bin/sh -D -G mopidy -u ${PUID} mopidy \
&& echo "* Fixing privileges" \
&& mkdir -p /data \
&& mkdir -p /data/.config /data/.cache \
&& chown -R mopidy:mopidy /data \
&& echo "* Ready to start Mopidy" \
&& sleep 1
COPY mopidy.conf /data/config/mopidy.conf
COPY mopidy.conf /data/.config/mopidy.conf
COPY run.sh /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/run.sh
EXPOSE 6600 6680 5555/udp