gijzelaerr/discodocker

chown: cannot access '/usr/local/var/disco': No such file or directory

Closed this issue · 2 comments

With current version of disco (tag 0.5.3), in base/Dockerfile :

RUN chown -R disco /usr/local/var/disco

Fails : chown: cannot access '/usr/local/bin/disco': No such file or directory

Changed to

RUN chown -R disco /usr/bin/disco

OK and change also command in in supervisord.conf :

command=/usr/bin/disco nodaemon -v

Working fine with tag/0.5.

Since 0.5.2, "By default, Disco is now installed in /usr instead of /usr/local" https://github.com/discoproject/disco/blob/bf65f7a4c84563e5cbd12015a94f8bca4d300605/doc/releases.rst

i'm forcing the installation to /usr/local now:

b4b6141