Updating Dockerfile to new /docker/mopidy paths

- Pulse config
- Mopidy example
This commit is contained in:
James Barnsley
2022-11-13 06:59:09 +13:00
parent 77fca409f3
commit 9c627486f3

View File

@ -59,10 +59,10 @@ RUN python3 -m pip install --no-cache \
COPY docker/entrypoint.sh /entrypoint.sh COPY docker/entrypoint.sh /entrypoint.sh
# Default configuration. # 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 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 # Add version info to image
COPY VERSION / COPY VERSION /