Stop the application
Last updated
yarn stop or npm run stopThis command stops a local deployment of your Magento 2 application. It does it in the following steps:
Gracefully stops PHP-FPM with running Magento.
Gracefully stops Docker containers.
yarn stop # for Yarn
npm run stop # for NPMLast updated