React/Node app in production, what is your build process?
Anonymous
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?
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?