Remove old way of dealing with config.ini

This commit is contained in:
Sean Dion 2015-07-15 11:44:25 -05:00
parent 72c74eac7b
commit c771d95416

View file

@ -23,7 +23,6 @@ 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 files/ /files/
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