Mentions légales du service

Skip to content
Snippets Groups Projects
  • BAIRE Anthony's avatar
    6740a8ae
    use the ENTRYPOINT defined in the docker image if any · 6740a8ae
    BAIRE Anthony authored
    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)
    6740a8ae
    History
    use the ENTRYPOINT defined in the docker image if any
    BAIRE Anthony authored
    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)