You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to build the docker image from latest git sources, I get the following output:
...
Step 13/18 : RUN /usr/bin/dumb-init /entrypoint.sh /usr/bin/mopidy --version
---> Running in 05c755cebdab
/entrypoint.sh: line 9: /usr/bin/mopidy: No such file or directory
I then opened a shell in the intermediate build image and discovered that the mopidy binary was located at /usr/local/bin/mopidy. After modifying the dockerfile to reflect this, I was able to successfully build the image.
The text was updated successfully, but these errors were encountered:
When attempting to build the docker image from latest git sources, I get the following output:
I then opened a shell in the intermediate build image and discovered that the mopidy binary was located at
/usr/local/bin/mopidy
. After modifying the dockerfile to reflect this, I was able to successfully build the image.The text was updated successfully, but these errors were encountered: