Thursday, 27 April 2017

Dockerizing any Angular SPA app that runs in node

There are a lot of Angular 2+ templates (for example http://coreui.io/) that run fine in Node, simply by:

npm install
npm start

However, making them run in Docker container is a challenge. I tried the standard approach to creating dockerfile but this doesn't work

Should there be a simple way of dockerizing any app that runs on Node with?

What am I missing?



via LastTribunal

No comments:

Post a Comment