Should Dockerfile execute "npm install" and "npm run build" or should it only copy those files over? – Nginx
I'm a little new to Docker and trying to wrap my head around some of the concepts. In a lot of tutorials and articles (actually, almost all of them), this is a typical Dockerfile for a create-react-app and nginx configuration:…