prod
The prod starts a Morio production environment.
Specifically, it will start the production version of the core service
container.
Run npm run prod in the root to trigger this script.
Under the hood, this will run:
Terminal
./core/run-prod-container.sh
warning
This is not how you should run Morio in production, but rather a way to test a production run of the images you’ve built locally.