Docker
If you don't want to pollute your machine with extra project or if you have problems running the app you can use a docker image (make sure is configured on the project).
Before go ahead, you have to install Docker on you system.
Docker for localhost development
Open terminal in root project folder.
run
npm run docker-up
. this will startup server. As you will close terminal, server will shutdown.Open a new terminal and run npm
run docker-exec
, now you are in the docker machine, you can run any commands likenpm run start
Docker for deployment / CI
We are using a docker image to deploy Nagase on both Heroku and IBM cloud. the docker file is this one
Last updated
Was this helpful?