Auto Enter password in Entrypoint command to start application

Hello,

i am building docker image through dockerfile where my application needs to enter password to start it

this is how normally i am starting my nginx application
$./start.sh -m
after pressing enter key, it is showing below message to enter password
Please manual Cert Passphrase:

how can i enter password in dockerfile’s Entry-point command ?

Thanks