Ensure not more then one 'ENTRYPOINT' in dockerfile
An 'ENTRYPOINT' allows you to configure a container that will run as an executable. Only the last 'ENTRYPOINT' instruction in the Dockerfile will have an effect.
Updated 6 months ago
An 'ENTRYPOINT' allows you to configure a container that will run as an executable. Only the last 'ENTRYPOINT' instruction in the Dockerfile will have an effect.
Updated 6 months ago