Updating Dockerfile to new /docker/mopidy paths
- Pulse config - Mopidy example
This commit is contained in:
@ -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 /
|
||||||
|
|||||||
Reference in New Issue
Block a user