Forgot to add the acctual config file

This commit is contained in:
Stian Buch Larsen 2015-07-15 19:20:45 +02:00
parent c771d95416
commit 06ae9c4bf1

View file

@ -23,6 +23,7 @@ VOLUME /music
#Adding Custom files #Adding Custom files
ADD init/ /etc/my_init.d/ ADD init/ /etc/my_init.d/
ADD services/ /etc/service/ ADD services/ /etc/service/
ADD defaults/ /defaults
RUN chmod -v +x /etc/service/*/run RUN chmod -v +x /etc/service/*/run
RUN chmod -v +x /etc/my_init.d/*.sh RUN chmod -v +x /etc/my_init.d/*.sh