prisma-examples
prisma-examples copied to clipboard
Add Dockerfile example(s)
It was removed at some point see https://github.com/prisma/prisma-examples/issues/1437
Example from nestjs-prisma:
Dockerfile https://github.com/marcjulian/nestjs-prisma/blob/master/src/nestjs-prisma/templates/docker/Dockerfile
docker-compose.yml https://github.com/marcjulian/nestjs-prisma/blob/master/src/nestjs-prisma/templates/docker/docker-compose.yml
Files have moved
https://github.com/notiz-dev/nestjs-prisma/tree/main/schematics/nestjs-prisma/templates/docker
Dockerfile https://github.com/notiz-dev/nestjs-prisma/blob/main/schematics/nestjs-prisma/templates/docker/common/Dockerfile
Have the files moved again? I only get 404 ;-)
@TMInnovations yes they moved again! Repo moved and also added docker-compose.yml for postgres and mysql. I updated the links.