Mentions légales du service

Skip to content

use the ENTRYPOINT defined in the docker image (if present)

BAIRE Anthony requested to merge image-entrypoint into django

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)

Merge request reports