The last entrypoint is used, only the last one.
You can check, put several lines with different ENTRYPOINT
in your Dockerfile
, and check what happens.
The last entrypoint is used, only the last one.
You can check, put several lines with different ENTRYPOINT
in your Dockerfile
, and check what happens.