A recent change sets the workdir value to
~/project
which is generally not a valid. The vast majority of images are built to run the target app/interpreter from the
WORKDIR
. It would be vastly more intuitive to just read this value and execute commands in the containers runtime directory.
CCI-I-307