use the ENTRYPOINT defined in the docker image (if present)
Now that users can push their image to the registry, it is much more straightforward to let them configure the app entrypoint with an ENTRYPOINT directive in the Dockerfile.
Note: if the image has no entrypoint, then we fall back to the global entrypoint defined in the webapp (Webapp.entrypoint)