AWS Elastic Beanstalk : How to change node command ? Container Options removed in recent update?

Viewed 3791

I had deployed a node.js application on Elastic Beanstalk recently and it gave me container options so that I could change the command to be run on startup.

enter image description here

But in the recent update I suppose they've removed this option, now how do I configure my on-startup command?

enter image description here

1 Answers
Related