Hey
@sourabh 👋
Currently there are no examples related to Docker in
this repo, but we can add those as well.
Also, creating a Docker example would be straightforward as you would just have to take a Node image and run the basic commands as follows:
1. Installing packages
2. Copying all files
3. Generating Prisma and Nexus types
4. And adding the start command
Basically you would have to perform these steps to get a Docker example working 🙂