reprod
The reprod will first remove all morio containers, and then
start the production core container again.
Run npm run reprod in the root to trigger this script.
Under the hood, this will run:
Terminal
npm run destroy && \
npm run prod
In other words, this has the same effect as
running the destroy run script,
followed by
running the dev run script.
warning
The destroy script will not destroy the production data.
It will merely remove the containers.