I found the following discussion re: getting a
"executable file not found in $PATH"
That solved my problem, but only partially. On my last command I am specifying:
CMD /home/ubuntu/node-v0.10.16-linux-x64/bin/node launch.js
The image builds without any errors or warnings. However, when I
docker run <image>
, I am now getting the following error:
/bin/sh: 1: /home/ubuntu/node-v0.10.16-linux-x64/bin/node: not found
That directory is included in my ENV PATH
statement. What else do I
need to look for?