Dockerfile in Tubrorepo
Hi I have a Turborepo where I have a nextjs frontend “web” and an express backend “api” both connected through trpc (guess that’s obv). I’m kinda finding it difficult to create a docker image for this
has anybody else done this before? Any example I could take a look at? Thanks!