yarn stop
npm run stop
This command stops a local deployment of your Magento 2 application. It does it in the following steps:
Gracefully stops Docker containers.
Removes the Docker network used by the application.
yarn stop # for Yarn npm run stop # for NPM
Last updated 1 year ago