#1126·chartdb

Error starting container: exec /entrypoint.sh: no such file or directory

Author: ch3ckmat3Created Apr 28, 2026Updated Apr 28, 2026

While building the Docker image from latest source, I had to use this fix to build successfully, but when starting the container I am getting this error: exec /entrypoint.sh: no such file or directory, while I can see the following in Docker logs:

 => CACHED [production 4/5] COPY entrypoint.sh /entrypoint.sh
 => CACHED [production 5/5] RUN chmod +x /entrypoint.sh
 => exporting to image
 => => exporting layers

What could be the issue?