DEV Community

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

Collapse
 
danksky profile image
Daniel Kawalsky

I like this template and the use of volumes: instead of COPY in the Dockerfile. How would you express as the server?

Collapse
 
numtostr profile image
Vikas Raj

This template is unopinionated about server framework. You just need to expose a connection port in this case it is 5000. You can use use any framework of your choice whether it is Express or GraphQl.