From 9c627486f32d427130f49f0dbeb601ee0878a75f Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sun, 13 Nov 2022 06:59:09 +1300 Subject: [PATCH] Updating Dockerfile to new /docker/mopidy paths - Pulse config - Mopidy example --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c3830c2c..90c8827e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -59,10 +59,10 @@ RUN python3 -m pip install --no-cache \ COPY docker/entrypoint.sh /entrypoint.sh # Default configuration. -COPY docker/mopidy.example.conf /config/mopidy.conf +COPY docker/mopidy/mopidy.example.conf /config/mopidy.conf # Copy the pulse-client configuratrion. -COPY docker/pulse-client.conf /etc/pulse/client.conf +COPY docker/mopidy/pulse-client.conf /etc/pulse/client.conf # Add version info to image COPY VERSION /