DEV Community

Discussion on: Running React and Node.js in one shot with concurrently!

 
numtostr profile image
Vikas Raj

You do need to serve the static build from the server.

Just serve the build files when NODE_ENV==="production"

The automatic part is that the copy/paste part will be handled by your docker image.