ENTRYPOINT
instructions detected DOK-DL4004If you list more than one ENTRYPOINT
then only the last ENTRYPOINT
command
will be setup, making prior ENTRYPOINT
setups redundant.
FROM debian:buster
ENTRYPOINT /bin/true
ENTRYPOINT /bin/false
FROM debian:buster
ENTRYPOINT /bin/false