Join Slack
Powered by
Does anyone know of a way of using the same docker...
# orm-help
s
Ste O'Neill
05/10/2019, 4:00 PM
Does anyone know of a way of using the same docker-compose file for my prisma & backend // frontend?
h
Harshit
05/10/2019, 4:33 PM
yes, you can create Dockerfiles for your frontend and backend. Then you can use docker-compose to start and manage those image. Example for node backend and react frontend:
https://medium.com/@xiaolishen/develop-in-docker-a-node-backend-and-a-react-front-end-talking-to-each-other-5c522156f634
Open in Slack
Previous
Next