Copy mpd conf to correct place
This commit is contained in:
parent
e931310141
commit
bd07c8c018
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ WORKDIR /opt/musicbot
|
|||
|
||||
ADD conf/config.yml /opt/musicbot/src/mumble-ruby-pluginbot/config/config.yml
|
||||
ADD conf/supervisord.conf /etc/supervisor/conf.d/
|
||||
ADD conf/mpd.conf /opt/musicbot/src/mumble-ruby-pluginbot/plugins/mpd.conf
|
||||
ADD conf/mpd.conf /opt/musicbot/mpd.conf
|
||||
ADD conf/crontab.txt /tmp/crontab.txt
|
||||
|
||||
RUN chown -R daemon: /opt/musicbot
|
||||
|
|
Loading…
Reference in a new issue