Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chourmovs authored Sep 4, 2024
1 parent 6454bce commit c0548c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN mkdir -p /var/lib/mpd/music \
&& touch /var/lib/mpd/tag_cache /var/lib/mpd/sticker.sql /var/log/mpd/mpd.log

# Configurer MPD pour utiliser /mnt/Musique comme répertoire de musique
RUN RUN truncate -s 0 /etc/mpd.conf \
RUN truncate -s 0 /etc/mpd.conf \
&& echo 'music_directory "/mnt/Musique"' >> /etc/mpd.conf \
&& echo 'playlist_directory "/var/lib/mpd/playlists"' >> /etc/mpd.conf \
&& echo 'db_file "/var/lib/mpd/tag_cache"' >> /etc/mpd.conf \
Expand Down

0 comments on commit c0548c1

Please sign in to comment.