A generic Node.js component that can be used to run any Node.js app.
Uses the official node Docker image.
Will run npm install
when component is first initialized, and npm run dev
when deployment is started.
Will build a production ready image. Image runs npm install
& npm build
when being created. Once the image runs, npm start
is called.