Mukund Tolay:
Hi @Mumshad Mannambeth, how to use two ENTRYPOINTS or CMD in one Dockerfile? Ex. I have to reload the nginx and also run a script while starting the container. Please help
Mumshad Mannambeth:
In that case it would be better to have another script that does both and call that script through entrypoint or CMD
Mumshad Mannambeth:
You will see a separate entrypoint.sh
script for a lot of popular docker images and that’s just for this purpose.