Sign in
Log inSign up

React/Node app in production, what is your build process?

Default profile photo
Anonymous
·Jan 2, 2018

We're currently using Docker, I've noticed that docker build takes time because it runs npm install each time. Have any of you found a faster way to do this?