You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering what the policy towards docker is.
There is a heroku deployer (which I use) but recently I've beed using Docker and now https://www.tutum.co/ from the dist folder. The problem as I see it is that the standard docker Node container needs a great deal of interaction when doing an npm install so the whole create and destroy is a bit slow. I put together a similar container which does the npm install ahead of time https://hub.docker.com/r/jeremymarshall/angular-fullstack-dist/
There is also a wider question of providing a mongo container and possibly using nginx as a reverse proxy ahead in a compose/tutum set
I was wondering what the policy towards docker is.
There is a heroku deployer (which I use) but recently I've beed using Docker and now https://www.tutum.co/ from the dist folder. The problem as I see it is that the standard docker Node container needs a great deal of interaction when doing an
npm installso the whole create and destroy is a bit slow. I put together a similar container which does thenpm installahead of time https://hub.docker.com/r/jeremymarshall/angular-fullstack-dist/There is also a wider question of providing a mongo container and possibly using nginx as a reverse proxy ahead in a compose/tutum set