Docker ENTRYPOINT executable not running?

Yes, Docker Command specified in Render YAML or dashboard will overwrite ENTRYPOINT in the Dockerfile.


This design is similar to using ENTRYPOINT or CMD in docker run, except Render doesn’t support appending arguments to ENTRYPOINT in Dockerfile.
You can add a feature request and we will prioritize it.
Thanks.