Run npm run dev
to start up the dev environment. Browse app at localhost:8080.
Run npm run bash
to open a bash shell on the docker machine.
Edit Gemfile and then run npm run bundle:update
to install new gems.
To create and seed (if db does not exist) or migrate (if db does exist) the database, run npm run db:migrate
.
Run npm stop
to properly shut down the container.