The entrypoint.sh was present in the build context but never COPYed into the image, causing 'stat /entrypoint.sh: no such file or directory' at container start. Added COPY+chmod before the USER decnet instruction so the script is installed as root and is executable by all users.