Problem
Right now, I have to pull the repository, npm install, npx prisma generate, npx prisma migrate dev --name init and npx next dev
Proposed solution
It would be more easier if there would be a docker-compose.yml available to run this all of this with containers. Additionally the application container could be built as part of the CI and pushed to Docker Hub
Alternatives considered
Alternative is to pull the repository, npm install, ....
Additional context
Nope, but I am happy to help with the Dockerfile, docker-compose.yml etc